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
This is very cool, a nice addition to backbone that should probably be rolled into the core. How about a "changed" list?
Core backbone has isChanged() and changedAttributes which give if there have been any changes since the last "change" event, and those attributes that have been changed since. Having similar ones that can give if there is a differential between the last store() and current state, and those changes, would be useful.
The text was updated successfully, but these errors were encountered:
This is very cool, a nice addition to backbone that should probably be rolled into the core. How about a "changed" list?
Core backbone has isChanged() and changedAttributes which give if there have been any changes since the last "change" event, and those attributes that have been changed since. Having similar ones that can give if there is a differential between the last store() and current state, and those changes, would be useful.
The text was updated successfully, but these errors were encountered: