I'm currently working with a CompositeView
. The problem is, when I call destroy()
on one of the child views from the CollectionView
part, it still remains in the this.children._view
obejct, even do it disappears from the screen.
If I try to do anything with it (let's say call destroy()
again) than it says, it has already been destroyed, but than why doesn't it get deleted from the object?
Thanks in advance.