Remove period from comment to conform to style. [ci skip]

This commit is contained in:
John-David Dalton
2014-11-09 00:05:40 -08:00
parent 4d69a0ce29
commit 8e6ecaf8d4

View File

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