-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
I was looking at how a collection is handled and how ItemView is used, and saw this:
views[target.cid] = view = new ItemView({ model: target, collectionView: this.view });
However, collectionView is not actually set on the child items view. For now I am just doing this as a work around:
views[target.cid] = view = new ItemView({ model: target });
view.collectionView = this.view;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels