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
I'm using a rather complicated object structure in my backbone model, nesting objects and arrays into a single attribute called structure. When using the NestedModel's remove function, it triggers a change event as expected, but the model's changedAttributes are still false.
I'm using a rather complicated object structure in my backbone model, nesting objects and arrays into a single attribute called
structure
. When using the NestedModel'sremove
function, it triggers a change event as expected, but the model's changedAttributes are still false.See: http://jsfiddle.net/a6atznk3/1/
The text was updated successfully, but these errors were encountered: