Browse Source

+ nulling

pull/612/merge
Lebedev Konstantin 9 years ago
parent
commit
e06f7d9f04
  1. 38
      Sortable.js

38
Sortable.js

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

Loading…
Cancel
Save