Add more tests for _.sortByAll and _.sortByOrder used as iteratees of _.reduce.

This commit is contained in:
jdalton
2015-04-11 20:58:31 -07:00
parent f82cbbab1c
commit ff6bbaed19
2 changed files with 14 additions and 8 deletions

View File

@@ -7331,7 +7331,7 @@
}
var guard = args[2];
if (guard && isIterateeCall(args[0], args[1], guard)) {
args = args[0];
args.length = 1;
}
return baseSortByOrder(collection, baseFlatten(args), []);
});