Browse Source

+ nulling

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

4
Sortable.js

@ -887,7 +887,9 @@
this._nulling(); this._nulling();
}, },
_nulling: function() { _nulling: function() {
if (Sortable.active === this) {
rootEl = rootEl =
dragEl = dragEl =
parentEl = parentEl =
@ -909,8 +911,8 @@
putSortable = putSortable =
activeGroup = activeGroup =
Sortable.active = null; Sortable.active = null;
}
}, },
handleEvent: function (/**Event*/evt) { handleEvent: function (/**Event*/evt) {

Loading…
Cancel
Save