Hi John,
I wasn't aware you could create private properties in JavaScript; a quick search lead me to this: http://www.crockford.com/javascript/private.html
As far as the global object reference, that's all it really is. But this method of instantiating and using the object is perfect for my uses.
More information about formatting options
Thanks
Hi John,
I wasn't aware you could create private properties in JavaScript; a quick search lead me to this:
http://www.crockford.com/javascript/private.html
As far as the global object reference, that's all it really is. But this method of instantiating and using the object is perfect for my uses.