Simplify iteratorTemplate, createIterator, and _.keys.

Former-commit-id: 89c6d5a0311944e86fa4fca330328e903ce18958
This commit is contained in:
John-David Dalton
2012-11-06 21:59:42 -08:00
parent 482e013887
commit 23a0507439
5 changed files with 78 additions and 84 deletions

View File

@@ -16,6 +16,7 @@
'hasOwnProperty',
'index',
'isArguments',
'isString',
'iteratee',
'length',
'nativeKeys',
@@ -26,9 +27,7 @@
'propertyIsEnumerable',
'result',
'skipProto',
'stringClass',
'thisArg',
'toString',
'value'
];