Browse Source

Merge pull request #892 from RubaXa/revert-864-fix-destroy

Revert "Fix Destroy workflow"
pull/803/merge
Lebedev Konstantin 9 years ago committed by GitHub
parent
commit
269ea9fe50
  1. 3
      Sortable.js

3
Sortable.js

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

Loading…
Cancel
Save