From 7c95c5e80a3980eacff1f4fff1e59c7e07a25967 Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 28 May 2015 11:33:03 -0400 Subject: [PATCH] Remove wild semicolon. --- lodash.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index 829c5e751..d8520b05b 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -8934,7 +8934,7 @@ result = key; }); return result === undefined || hasOwnProperty.call(value, result); - }; + } /** * Checks if `value` is classified as a `RegExp` object.