Javascript memory is managed by a garbage collector. So it doesn't matter if you just do
setTimeout('blah()',1);
because the minute it executes all references of it are lost.
 
8an

Reply via email to