Ensure _.keys works with arguments objets cross-browser.

Former-commit-id: 1238c9efcfc13a420804c26c5edee1e4aa5a4238
This commit is contained in:
John-David Dalton
2012-08-06 01:51:47 -07:00
parent 0e16bac6e2
commit f72b833724
3 changed files with 60 additions and 39 deletions

View File

@@ -16,7 +16,6 @@
'identity',
'index',
'iteratee',
'iterateeIndex',
'iteratorBind',
'length',
'nativeKeys',
@@ -38,6 +37,8 @@
// lesser used variables
'accumulator',
'args',
'argsIndex',
'argsLength',
'arrayLikeClasses',
'ArrayProto',
'bind',
@@ -84,6 +85,7 @@
'isKeysFast',
'object',
'objectBranch',
'noArgsEnum',
'noCharByIndex',
'shadowed',
'top',