No nested classes in Javascript. I'd jus split them.
On Jan 30, 2008, at 13:53, Philip Romanik <[EMAIL PROTECTED]>
wrote:
Hi Tucker, Max:
In order to bring the data files up, I need to port LzUtils to
classes. LzUtils is a bit strange because it essentially uses nested
classes to isolate the callback functionality from the color
functionality.
All the members are static and they the calls to them look like,
LzUtils.color.inttohex()
LzUtils.callback.remove()
Does the compiler support nested classes? If not, I don't think it
is worth emulating it (the whole file is only 126 lines). I can
either nuke the nested names, or split the file into LzColorUtils
and LzCallbackUtils.
Thanks!
Phil