I think cause `arguments` is (and was?) supposed to be an array. when switch
to pass an array in your fiddle, it worked.

On Tue, Oct 12, 2010 at 3:02 PM, Oskar Krawczyk <[email protected]>wrote:

> The docs state:
>
> Replacement example
>
>
> fn.apply(thisArg, arguments); // Old API: fn.run(arguments, thisArg);
>
> I'm trying this, here: http://www.jsfiddle.net/oskar/KWvA3/
>
> But all I get is the following error: "Uncaught TypeError:
> Function.prototype.apply: Arguments list has wrong type"
>
> Can someone shed some light on this situation, please?
>

Reply via email to