Revert "Let backbone get changed attrs"

This reverts commit 4dd4990ff146508894353e390601c659d2638ed3.
This commit is contained in:
Jonathan Frederic 2014-02-07 11:56:37 -08:00 committed by Jonathan Frederic
parent 36b576b0bd
commit 5667947f9d

View File

@ -203,7 +203,7 @@ function(WidgetManager, _, Backbone){
// Push this model's state to the back-end
//
// This invokes a Backbone.Sync.
this.save({patch: true, callbacks: callbacks});
this.save(this.changedAttributes(), {patch: true, callbacks: callbacks});
},
_pack_models: function(value) {