Added two missing semicolons.

This commit is contained in:
Ray Hammond
2015-04-19 20:59:26 +01:00
committed by jdalton
parent 4d6e57a5e6
commit 92dee72b10

View File

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