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
It can iterate over the reset event's previousModels This prevents a collection.reset from removing customly added views.
We should also indicate that child view was created from a collection model rather than using this._children.findByModel to account for views added from a collectionview that do not have the collection's model. We should add a custom index so that we can find children by the custom index. All of this can be private API.
The text was updated successfully, but these errors were encountered:
It can iterate over the reset event's
previousModels
This prevents acollection.reset
from removing customly added views.We should also indicate that child view was created from a collection model rather than using
this._children.findByModel
to account for views added from a collectionview that do not have the collection's model. We should add a custom index so that we can find children by the custom index. All of this can be private API.The text was updated successfully, but these errors were encountered: