On 7/20/06, Konstantin Svist <[EMAIL PROTECTED]> wrote:
another way (i think this might be deprecated)
"You can make recursive calls within an anonymous function using
arguments.callee , which is a reference to the currently executing
function (even if it has no name)."
That's right.

arguments.callee isn't deprecated; only <function object>.arguments.* is.
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:Function:arguments:callee

BTW, are you trying to manually obfuscate your code?

Nickolay
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to