jeady / stat-2b

1 stars 0 forks source link

Don't use Array.prototype.apply in Array.min/max #1

Closed jeady closed 11 years ago

jeady commented 11 years ago

As per MDN documentation, the number of variables that a javascript function can use is undefined. It would be more robust to simply not use the apply() function.