-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When ampersand-view created a collection-view it explicitly passes along the viewOption of "parent: this". This option is then immediately overwritten by the collection-view when it sets the parent to itself.
Either the viewOption shouldn't be passed along, with documentation that the parent property can not be set, or it should be set correctly.