mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Bump to v3.8.0.
This commit is contained in:
@@ -19,7 +19,7 @@ function createFind(eachFunc, fromRight) {
|
||||
return index > -1 ? collection[index] : undefined;
|
||||
}
|
||||
return baseFind(collection, predicate, eachFunc);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export default createFind;
|
||||
|
||||
Reference in New Issue
Block a user