- Patch #1684866 by droplet, nod_: JSHint shortcut.

8.0.x
Dries 2012-07-14 21:43:41 -04:00
parent 5c17c32181
commit b148223dc0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Drupal.behaviors.shortcutDrag = {
// the tableDrag system. However, the row that swapped with it
// has moved to the "disabled" section, so we need to force its
// status to be disabled and mark it also as changed.
var changedRowObject = new tableDrag.row(changedRow, 'mouse', self.indentEnabled, self.maxDepth, true);
var changedRowObject = new tableDrag.row(changedRow, 'mouse', this.indentEnabled, this.maxDepth, true);
changedRowObject.markChanged();
tableDrag.rowStatusChange(changedRowObject);
}