Browse Source

Merge pull request #864 from alexk111/fix-destroy

Fix Destroy workflow
revert-864-fix-destroy
Lebedev Konstantin 9 years ago committed by GitHub
parent
commit
ff33930ebb
  1. 3
      Sortable.js

3
Sortable.js

@ -813,9 +813,8 @@
this.save(); this.save();
} }
} }
this._nulling();
} }
this._nulling();
}, },
_nulling: function() { _nulling: function() {

Loading…
Cancel
Save