Issue #2531606 by eiriksm: JSDoc taxonomy module
parent
0d737bf73f
commit
b3d36b0c51
|
@ -8,12 +8,15 @@
|
||||||
"use strict";
|
"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
|
* This behavior is dependent on the tableDrag behavior, since it uses the
|
||||||
* objects initialized in that behavior to update the row.
|
* objects initialized in that behavior to update the row.
|
||||||
*
|
*
|
||||||
* @type {Drupal~behavior}
|
* @type {Drupal~behavior}
|
||||||
|
*
|
||||||
|
* @prop {Drupal~behaviorAttach} attach
|
||||||
|
* Attaches the drag behavior to a applicable table element.
|
||||||
*/
|
*/
|
||||||
Drupal.behaviors.termDrag = {
|
Drupal.behaviors.termDrag = {
|
||||||
attach: function (context, settings) {
|
attach: function (context, settings) {
|
||||||
|
|
Loading…
Reference in New Issue