From 92dee72b10cfbdcdcf003e4e6e50e2eff008d9cf Mon Sep 17 00:00:00 2001 From: Ray Hammond Date: Sun, 19 Apr 2015 20:59:26 +0100 Subject: [PATCH] Added two missing semicolons. --- lodash.src.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lodash.src.js b/lodash.src.js index 760ee3116..09a0d5dea 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -3464,7 +3464,7 @@ return index > -1 ? collection[index] : undefined; } return baseFind(collection, predicate, eachFunc); - } + }; } /** @@ -11425,7 +11425,7 @@ var method = restParam(function(path, args) { return function(object) { return invokePath(object, path, args); - } + }; }); /**