diff --git a/core/modules/taxonomy/taxonomy.js b/core/modules/taxonomy/taxonomy.js index fb4c0ce1467..58c8b4378aa 100644 --- a/core/modules/taxonomy/taxonomy.js +++ b/core/modules/taxonomy/taxonomy.js @@ -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) {