da3fe82a6733256f64c8351879bba6730371b972 |
|
07-Feb-2012 |
Ryan Grove <ryan@wonko.com> |
Destroying a view no longer destroys that view's container. [Ticket #2531689]
Pass {remove: true} to the view's destroy() method to destroy the
container as well.
This change required a few changes to Y.App to maintain its expected
behavior. |