mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
Added two missing semicolons.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user