Correct typo in iteratorTemplate code comment. [ci skip]

This commit is contained in:
John-David Dalton
2013-12-16 22:10:36 -08:00
parent 4026714461
commit f288ca23ae

View File

@@ -930,7 +930,7 @@
'}\n' +
// Lo-Dash skips the `constructor` property when it infers it's iterating
// over a `prototype` objecte bcause IE < 9 can't set the `[[Enumerable]]`
// 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.
'<% if (support.nonEnumShadows) { %>\n' +