Avoid _.isArray returning true for arguments objects in browsers that report arguments.constructor as Array.

Former-commit-id: 9fccc5219e7cb6a007138f1f474d9e68504a0260
This commit is contained in:
John-David Dalton
2012-12-16 01:39:11 -08:00
parent cca4c4be80
commit 3ffefdf6b5
3 changed files with 48 additions and 24 deletions

View File

@@ -41,7 +41,7 @@
'hasDontEnumBug',
'isKeysFast',
'objectLoop',
'noArgsEnum',
'nonEnumArgs',
'noCharByIndex',
'shadowed',
'top',