diff --git a/lodash.js b/lodash.js index b43251322..f46fdda5c 100644 --- a/lodash.js +++ b/lodash.js @@ -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))) ||