For example, if I do a destroy on a model and the server returns a 4xx/5xx, the error callback handler is called but the model is removed from the collection anyway. How I do prevent this from happening?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Backbone is optimistic about this starting in v0.9. From the docs at http://backbonejs.org/#upgrading
So all you have to do is set the
or in your delete:
|
|||
|