Remove toObject use from _.keysIn.

This commit is contained in:
John-David Dalton
2014-09-17 12:47:43 -07:00
parent a0c50f9ef5
commit c5841dccbb

View File

@@ -7661,8 +7661,6 @@
if (object == null) {
return [];
}
object = toObject(object);
var length = object.length;
length = (typeof length == 'number' && length > 0 &&
(isArray(object) || (support.nonEnumStrings && isString(object)) ||