Browse Source

Merge branch 'nulling'

pull/803/merge
Lebedev Konstantin 9 years ago
parent
commit
69fe74ed85
  1. 4
      Sortable.js

4
Sortable.js

@ -815,11 +815,12 @@
} }
} }
this._nulling(); this._nulling();
}, },
_nulling: function() { _nulling: function() {
// Nulling if (Sortable.active === this) {
rootEl = rootEl =
dragEl = dragEl =
parentEl = parentEl =
@ -841,6 +842,7 @@
activeGroup = activeGroup =
Sortable.active = null; Sortable.active = null;
}
}, },
handleEvent: function (/**Event*/evt) { handleEvent: function (/**Event*/evt) {

Loading…
Cancel
Save