mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Bump to v4.14.0.
This commit is contained in:
@@ -16,7 +16,7 @@ function createAggregator(setter, initializer) {
|
||||
var func = isArray(collection) ? arrayAggregator : baseAggregator,
|
||||
accumulator = initializer ? initializer() : {};
|
||||
|
||||
return func(collection, setter, baseIteratee(iteratee), accumulator);
|
||||
return func(collection, setter, baseIteratee(iteratee, 2), accumulator);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user