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
Hmm, yep, add() is using set() under the hood, but should probably be checking isNewValue (or something) before firing that event. Looking into it now.
tomhicks
added a commit
to tomhicks/backbone-nested
that referenced
this issue
May 11, 2014
I put together this jsfiddle to show what I mean.
http://jsfiddle.net/uz6VF/1/
I'd expect to only see one 'added' displayed but seeing three. I've narrowed it down to this line
https://github.com/afeld/backbone-nested/blob/master/backbone-nested.js#L262
but cant see an obvious fix. Any ideas?
The text was updated successfully, but these errors were encountered: