Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : How to store DOM in a controller without create memory leak ?

$
0
0
If you have huge amount of child controls with references in your parent control and you want garbage collector to clear up everything that is related to these controls (besides event handlers and data that were cleared up by control's destroy code), then yes you'd want to remove references to them.

Viewing all articles
Browse latest Browse all 3491

Trending Articles