console.log(arguments) doesn't work...
var f=function(a,b,c,d){
console.log(arguments);
};
f(1,2,3);
It shows Object instead of the array.
http://code.google.com/p/fbug/issues/detail?id=1812
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---