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() { _nulling: function() {
if (Sortable.active === this) { rootEl =
rootEl = dragEl =
dragEl = parentEl =
parentEl = ghostEl =
ghostEl = nextEl =
nextEl = cloneEl =
cloneEl =
scrollEl = scrollEl =
scrollParentEl = scrollParentEl =
tapEvt = tapEvt =
touchEvt = touchEvt =
moved = moved =
newIndex = newIndex =
lastEl = lastEl =
lastCSS = lastCSS =
putSortable = putSortable =
activeGroup = activeGroup =
Sortable.active = null; Sortable.active = null;
}
}, },
handleEvent: function (/**Event*/evt) { handleEvent: function (/**Event*/evt) {

Loading…
Cancel
Save