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 a problem because it means you can't always substitute a Subset for a Collection. Knockback, for instance, can't make a collectionObservable around a Subset because it does an instanceof safety check.
The text was updated successfully, but these errors were encountered:
If you create a new instance of a Backbone.Subset, it does not act as an instance of a Backbone.Collection:
!(mySubset instanceof Backbone.Collection) === true
This is a problem because it means you can't always substitute a Subset for a Collection. Knockback, for instance, can't make a collectionObservable around a Subset because it does an instanceof safety check.
The text was updated successfully, but these errors were encountered: