Ensure _.forIn works over objects with longer inheritance chains in IE < 9.

Former-commit-id: 226223454e71dd8cb6c38a543f1accd915eef3cb
This commit is contained in:
John-David Dalton
2013-05-05 23:58:33 -07:00
parent 4cc3fcb6e8
commit 086669fbe0
2 changed files with 43 additions and 9 deletions

View File

@@ -11,6 +11,7 @@
'argsIndex',
'argsLength',
'callback',
'className',
'collection',
'ctor',
'guard',
@@ -18,15 +19,21 @@
'index',
'isArguments',
'isArray',
'isProto',
'isString',
'iterable',
'iterated',
'length',
'keys',
'lodash',
'nonEnum',
'nonEnumProps',
'object',
'objectRef',
'objectTypes',
'ownIndex',
'ownProps',
'proto',
'result',
'skipProto',
'source',