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