mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Bump to v3.2.0.
This commit is contained in:
@@ -41,7 +41,7 @@ define(['../lang/isArguments', '../lang/isArray', '../internal/isIndex', '../int
|
||||
|
||||
var Ctor = object.constructor,
|
||||
index = -1,
|
||||
isProto = typeof Ctor == 'function' && Ctor.prototype == object,
|
||||
isProto = typeof Ctor == 'function' && Ctor.prototype === object,
|
||||
result = Array(length),
|
||||
skipIndexes = length > 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user