Closed mikermcneil closed 12 years ago
Not sure this is the best idea-- there's a difference between updating the DOM and saving to the server, and it's important to respect that:
add() vs. create() remove() vs. destroy() set() vs. save() toJSON() vs. fetch()
Might need to override Backbone.Model.set()
This is necessary to do a lot of the binding magic ahead