Browse Source

#901: * nulling

pull/922/head
Lebedev Konstantin 9 years ago
parent
commit
be4aee2eb6
  1. 2
      Sortable.js

2
Sortable.js

@ -891,7 +891,6 @@
_nulling: function() { _nulling: function() {
if (Sortable.active === this) {
rootEl = rootEl =
dragEl = dragEl =
parentEl = parentEl =
@ -914,7 +913,6 @@
putSortable = putSortable =
activeGroup = activeGroup =
Sortable.active = null; Sortable.active = null;
}
}, },
handleEvent: function (/**Event*/evt) { handleEvent: function (/**Event*/evt) {

Loading…
Cancel
Save