Since 4/14/2012 3:55:26 AM, imjesse has written 0 articles and participated in 0 conversations. imjesse signature: imjesse
imjesse's articles:
Items(1) /1
new self invoking function54296 (7/30/2010 12:39:57 AM) comp.lang.javascript Hey, I've got a question about self invoking functions in javascript.
What I'm doing is something similar to the following
myNamespace = {}; //namespace for holding any objects/functions
//helpModule ... Jesse