mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Remove toFunction from _.unzipWith.
This commit is contained in:
@@ -5284,7 +5284,6 @@
|
|||||||
if (iteratee == null) {
|
if (iteratee == null) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
iteratee = toFunction(iteratee);
|
|
||||||
return arrayMap(result, function(group) {
|
return arrayMap(result, function(group) {
|
||||||
return arrayReduce(group, iteratee, undefined, true);
|
return arrayReduce(group, iteratee, undefined, true);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user