- Patch #1684866 by droplet, nod_: JSHint shortcut.
parent
5c17c32181
commit
b148223dc0
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue