mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.4.0.
This commit is contained in:
@@ -28,7 +28,7 @@ var unionWith = rest(function(arrays) {
|
||||
if (isArrayLikeObject(comparator)) {
|
||||
comparator = undefined;
|
||||
}
|
||||
return baseUniq(baseFlatten(arrays, false, true), undefined, comparator);
|
||||
return baseUniq(baseFlatten(arrays, 1, true), undefined, comparator);
|
||||
});
|
||||
|
||||
export default unionWith;
|
||||
|
||||
Reference in New Issue
Block a user