You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Backbone.Model.set
and thereforefetch
accept anunset
option. Its effect is to unset any attributes on the model that are not seen in a server response. Right nowmodelUpdatedWithResponse
does not respect this option and always merges the attributes without unsetting.The text was updated successfully, but these errors were encountered: