##// END OF EJS Templates
Let backbone get changed attrs
Jonathan Frederic -
Show More
@@ -203,7 +203,7 function(WidgetManager, _, Backbone){
203 203 // Push this model's state to the back-end
204 204 //
205 205 // This invokes a Backbone.Sync.
206 this.save(this.changedAttributes(), {patch: true, callbacks: callbacks});
206 this.save({patch: true, callbacks: callbacks});
207 207 },
208 208
209 209 _pack_models: function(value) {
General Comments 0
You need to be logged in to leave comments. Login now