mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Remove period from comment to conform to style. [ci skip]
This commit is contained in:
@@ -8099,7 +8099,7 @@
|
|||||||
// Lo-Dash skips the `constructor` property when it infers it is iterating
|
// Lo-Dash skips the `constructor` property when it infers it is iterating
|
||||||
// over a `prototype` object because 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
|
// 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) {
|
for (var key in object) {
|
||||||
if (!(skipProto && key == 'prototype') &&
|
if (!(skipProto && key == 'prototype') &&
|
||||||
!(skipErrorProps && (key == 'message' || key == 'name')) &&
|
!(skipErrorProps && (key == 'message' || key == 'name')) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user