diff --git a/lodash.js b/lodash.js index 7d7b968c1..98d3e76aa 100644 --- a/lodash.js +++ b/lodash.js @@ -8099,7 +8099,7 @@ // Lo-Dash skips the `constructor` property when it infers it is iterating // over a `prototype` object because IE < 9 can't set the `[[Enumerable]]` // attribute of an existing property and the `constructor` property of a - // prototype defaults to non-enumerable. + // prototype defaults to non-enumerable for (var key in object) { if (!(skipProto && key == 'prototype') && !(skipErrorProps && (key == 'message' || key == 'name')) &&