Just wondering why the internal modal attributes object is manipulated directly instead of via clear / set?
Backbone recommend that this object not be changed directly http://backbonejs.org/#Model-attributes
Currently this is affecting my model bindings via Backbone.ModelBinder as I believe it expects change events to fire.
Just wondering why the internal modal attributes object is manipulated directly instead of via clear / set? Backbone recommend that this object not be changed directly http://backbonejs.org/#Model-attributes
Currently this is affecting my model bindings via Backbone.ModelBinder as I believe it expects change events to fire.