Comment nit. [ci skip]

This commit is contained in:
John-David Dalton
2014-03-19 23:46:52 -07:00
parent 30dc6d2b19
commit ed600c9077

View File

@@ -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))) ||