mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Bump to v4.14.0.
This commit is contained in:
@@ -19,7 +19,7 @@ var baseIteratee = require('./_baseIteratee'),
|
||||
*/
|
||||
function sortedUniqBy(array, iteratee) {
|
||||
return (array && array.length)
|
||||
? baseSortedUniq(array, baseIteratee(iteratee))
|
||||
? baseSortedUniq(array, baseIteratee(iteratee, 2))
|
||||
: [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user