Browse Source

Add \n before comment

pull/744/head
n00dl3 9 years ago
parent
commit
b7db3455e7
  1. 1
      Sortable.js

1
Sortable.js

@ -830,6 +830,7 @@
// Remove event
_dispatchEvent(this, rootEl, 'remove', dragEl, rootEl, oldIndex, newIndex);
// drag from one list and drop into another
_dispatchEvent(null, parentEl, 'sort', dragEl, rootEl, oldIndex, newIndex);
_dispatchEvent(this, rootEl, 'sort', dragEl, rootEl, oldIndex, newIndex);

Loading…
Cancel
Save