mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Comment nit. [ci skip]
This commit is contained in:
@@ -2182,7 +2182,7 @@
|
||||
var ctor,
|
||||
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) ||
|
||||
(!hasOwnProperty.call(value, 'constructor') &&
|
||||
(ctor = value.constructor, isFunction(ctor) && !(ctor instanceof ctor))) ||
|
||||
|
||||
Reference in New Issue
Block a user