mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Simplify iteratorTemplate, createIterator, and _.keys.
Former-commit-id: 89c6d5a0311944e86fa4fca330328e903ce18958
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
'hasOwnProperty',
|
||||
'index',
|
||||
'isArguments',
|
||||
'isString',
|
||||
'iteratee',
|
||||
'length',
|
||||
'nativeKeys',
|
||||
@@ -26,9 +27,7 @@
|
||||
'propertyIsEnumerable',
|
||||
'result',
|
||||
'skipProto',
|
||||
'stringClass',
|
||||
'thisArg',
|
||||
'toString',
|
||||
'value'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user