mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Minor formatting nit. [ci skip]
This commit is contained in:
@@ -12032,8 +12032,8 @@
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;
|
var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;
|
||||||
return (typeof Ctor == 'function' &&
|
return typeof Ctor == 'function' && Ctor instanceof Ctor &&
|
||||||
Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString);
|
funcToString.call(Ctor) == objectCtorString;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user