History log of /yui3/src/app/tests/view-node-map-test.js
Revision Date Author Comments Expand
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.

57ae29e469a05555e94fa1801b4a2aa13e9ad366 10-Jan-2012 Ryan Grove <ryan@wonko.com>

Add test to ensure that view-node-map cleans up its references.

76bf9d78d0779795bbf4cf41abec4ff0300706b2 10-Jan-2012 Ryan Grove <ryan@wonko.com>

Add Y.View.NodeMap extension. Provides getByNode() for View subclasses. [Ticket #2531373]