Firefox 1.5 returns “Warning: deprecated arguments usage”
Solution: “var argv = arguments;”
Reference:
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Functions:arguments
“The arguments object is a local variable available within all functions; arguments as a property of Function can no longer be used.”
Passing Arguments to a JavaScript Function
by
Tags:
Comments
One response to “Passing Arguments to a JavaScript Function”
-
Thanks.
Leave a Reply