show/hide this revision's text 2 Added YUI info

Crockford has a function that will prevent the memory leak (by breaking the circular references) for you.I'm pretty sure this is provided somewhere in

YUI but I can't find a reference for it at has the momentpurgeElement function in the Event utility that does basically the same thing. As long as you attach all listeners through addListener and invoke purgeElement before removing something from the DOM, you should be leak-free.

show/hide this revision's text 1

Crockford has a function that will prevent the memory leak (by breaking the circular references) for you. I'm pretty sure this is provided somewhere in YUI but I can't find a reference for it at the moment.