ansble / Action

Action! framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parent views should notify their children that they need to destroy themselves

designfrontier opened this issue · comments

When a parent view is destroyed with .destroy() it should notify its children that they need to do the same, otherwise zombies will be an issue for them.