Issue #2531606 by eiriksm: JSDoc taxonomy module

8.0.x
webchick 2015-08-28 23:30:55 -07:00
parent 0d737bf73f
commit b3d36b0c51
1 changed files with 4 additions and 1 deletions

View File

@ -8,12 +8,15 @@
"use strict";
/**
* Move a block in the blocks table from one region to another via select list.
* Move a block in the blocks table from one region to another.
*
* This behavior is dependent on the tableDrag behavior, since it uses the
* objects initialized in that behavior to update the row.
*
* @type {Drupal~behavior}
*
* @prop {Drupal~behaviorAttach} attach
* Attaches the drag behavior to a applicable table element.
*/
Drupal.behaviors.termDrag = {
attach: function (context, settings) {