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 module is incompatible with code that checks for obj instanceof Backbone.Collection. Is there a reason why these collections aren't simply extended from Backbone.Collection?
The text was updated successfully, but these errors were encountered:
I originally split this into 4 modules, but today I'd keep it as only one since they ended up being pretty coupled in the end. Changes to any of them required rebuilding all of the higher dependencies, and too many of the changes needed to apply to all of them, leading to too much thrash. I'd also love to get rid of the three different types of subcollections and just do a diff against the previous state, but since I don't use these modules myself anymore there's not a lot of motivation to do that work.
This module is incompatible with code that checks for
obj instanceof Backbone.Collection
. Is there a reason why these collections aren't simply extended fromBackbone.Collection
?The text was updated successfully, but these errors were encountered: