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); - } + }; }); /**