Community
Participate
Working Groups
"Undefined" should be allowed as a function parameter. e.g in following JS code: function f(abc,undefined) { // syntax error on token "undefined", invalid FormalParameter } function f(undefined) { // syntax error on token "undefined", delete this token }
ah ok... Nitin patch in bug 324416 fixes this problem. I thought it was already applied to CVS.. *** This bug has been marked as a duplicate of bug 324416 ***