Re: Local / lazy referencing

"Brian Alliet" <[email protected]> Thu, 9 Oct 2003 11:50:49 -0400 (EDT)
Newsgroups gmane.comp.java.xwt.widgets
Message-ID <[email protected]>
Adam Megacz said:
> Two problems:
[snip]

You're right. I forgot about those two cases. I guess there is really no
easy way around this.

You could always cut down on the typing of thisbox by sticking "var b =
thisbox" in your script. b.foo = "bar" isn't so bad.

-Brian