Browse Source

Fix Destroy workflow

pull/864/head
alexk111 8 years ago
parent
commit
9b70f32921
  1. 3
      Sortable.js

3
Sortable.js

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

Loading…
Cancel
Save