mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.0.1.
This commit is contained in:
@@ -18,7 +18,7 @@ define(['./internal/baseIteratee', './internal/basePickBy'], function(baseIterat
|
||||
* // => { 'a': 1, 'c': 3 }
|
||||
*/
|
||||
function pickBy(object, predicate) {
|
||||
return object == null ? {} : basePickBy(object, baseIteratee(predicate));
|
||||
return object == null ? {} : basePickBy(object, baseIteratee(predicate, 2));
|
||||
}
|
||||
|
||||
return pickBy;
|
||||
|
||||
Reference in New Issue
Block a user