mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Comment nit. [ci skip]
This commit is contained in:
@@ -2182,7 +2182,7 @@
|
|||||||
var ctor,
|
var ctor,
|
||||||
result;
|
result;
|
||||||
|
|
||||||
// avoid non Object objects, `arguments` objects, and DOM elements
|
// avoid non `Object` objects, `arguments` objects, and DOM elements
|
||||||
if (!(value && toString.call(value) == objectClass) ||
|
if (!(value && toString.call(value) == objectClass) ||
|
||||||
(!hasOwnProperty.call(value, 'constructor') &&
|
(!hasOwnProperty.call(value, 'constructor') &&
|
||||||
(ctor = value.constructor, isFunction(ctor) && !(ctor instanceof ctor))) ||
|
(ctor = value.constructor, isFunction(ctor) && !(ctor instanceof ctor))) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user