Skip to content

Commit

Permalink
Re-enabled onOver event dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Jul 21, 2016
1 parent 0a299be commit 46cee08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mock.png
.*.sw*
.build*
jquery.fn.*
/.idea
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@

moved = true;

// _dispatchEvent(this, rootEl, 'over', dragEl, rootEl, evt, evt.target); // Gantry 5
_dispatchEvent(this, rootEl, 'over', dragEl, rootEl, evt, evt.target); // Gantry 5
if (activeGroup && !options.disabled &&
(isOwner
? canSort || (revert = !rootEl.contains(dragEl)) // Reverting item into the original list
Expand Down

0 comments on commit 46cee08

Please sign in to comment.