From 8e6ecaf8d4b5e7fb58344c8c393ad81288a91ff3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 9 Nov 2014 00:05:40 -0800 Subject: [PATCH] Remove period from comment to conform to style. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) &&