Backbone.dualStorage icon indicating copy to clipboard operation
Backbone.dualStorage copied to clipboard

options.unset is ignored

Open nilbus opened this issue 10 years ago • 0 comments

Backbone.Model.set and therefore fetch accept an unset option. Its effect is to unset any attributes on the model that are not seen in a server response. Right now modelUpdatedWithResponse does not respect this option and always merges the attributes without unsetting.

nilbus avatar Jun 01 '14 11:06 nilbus