Now available: arguments.callee

Charles Goodwin <[email protected]> Fri, 03 Oct 2003 09:44:04 +0100
Newsgroups gmane.comp.java.xwt.widgets
Organization XWT Foundation
Message-ID <[email protected]>
There is now arguments.callee available in XWT CVS.

This allows one time traps to disable themselves cleanly, and for 
anonymous functions to be recursive.

Your 'one time only' traps should no look like this:

> SizeChange +=  = function() {
>     normal = true;
>     SizeChange -= arguments.callee;
> }

Another feather in Nitrogen's fairly hefty cap.

- Charlie