
March 1, 2005
7:17 a.m.
On Mar 1, 2005, at 12:47 AM, Federico Di Gregorio wrote:
Usefull. Can we also have a module-global "this"? And maybe "window"? document, window and this are almost the only JS globals I can think of that are used in a normal page.
Yes. I was going to go through my JavaScript book and make module-level globals for all the various things you would use in a globaly way from javascript. dp