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
In Backbone you can pass options to the server via the fetch method.
This could contain relevant information like what models to fetch.
Right now, the current sync() method implementation overwrites this data with the JSON representation of a given model.
This should be refactored, so that the model data is passed along with the given fetch options.
In Backbone you can pass options to the server via the fetch method.
This could contain relevant information like what models to fetch.
Right now, the current sync() method implementation overwrites this data with the JSON representation of a given model.
This should be refactored, so that the model data is passed along with the given fetch options.
This is how we implemented it in a quick hack:
The text was updated successfully, but these errors were encountered: