-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Description
On line 5062 there is argument type checking before 'range' function call:
if (typeof value === 'number')
Issue is that checking of type is pass NaN value, that is causes an error in line 5142 of code:
var ret = new Array(NaN);
There a situation that causes an error (we appeal to nonexistent data):
http://jsfiddle.net/0jje0pfa/
Metadata
Metadata
Assignees
Labels
No labels