Browse Source

#901: * nulling

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

36
Sortable.js

@ -891,30 +891,28 @@
_nulling: function() {
if (Sortable.active === this) {
rootEl =
dragEl =
parentEl =
ghostEl =
nextEl =
cloneEl =
rootEl =
dragEl =
parentEl =
ghostEl =
nextEl =
cloneEl =
scrollEl =
scrollParentEl =
scrollEl =
scrollParentEl =
tapEvt =
touchEvt =
tapEvt =
touchEvt =
moved =
newIndex =
moved =
newIndex =
lastEl =
lastCSS =
lastEl =
lastCSS =
putSortable =
activeGroup =
Sortable.active = null;
}
putSortable =
activeGroup =
Sortable.active = null;
},
handleEvent: function (/**Event*/evt) {

Loading…
Cancel
Save