On 7 December 2010 12:07, gabriel munteanu <[email protected]> wrote: > what if SomeObject has some references to elements in a webpage plus > some event handlers attached to them ? > > cheers, jgabios > http://bash.editia.info
Then you do get into possible memory leak scenarios. I assumed that there were no DOM references in the object created by the SomeObject constructor, but I should have explicitly stated that. Tim _______________________________________________ JSMentors mailing list [email protected] http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com
