On 2006-06-13, at 19:33 EDT, Henry Minsky wrote: > DEBUG: Can't name event <javascript:top.$modules.lz.Debug.displayObj > (0)> > > In IE, I get that warning --- according to Max > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ > jscript7/html/jsreserved.asp'event' > is indeed a reserved word. > But why are we trying to assign to it? Guess it's enumerated > someplace by > the debugger?
That should be innocuous. The debugger is just looping through the global objects and trying to give them pretty names. Is is causing a problem? If so, I can change the way this is handled... _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
