Correct arity mapping for _.uniqueId.

This commit is contained in:
John-David Dalton
2015-11-05 09:09:34 -06:00
parent 9db252e55d
commit 491102f221

View File

@@ -77,7 +77,7 @@ module.exports = {
1: (
'attempt,ceil,create,curry,floor,fromPairs,iteratee,invert,memoize,method,' +
'methodOf,mixin,rest,reverse,round,runInContext,template,trim,trimLeft,' +
'trimRight,words').split(','),
'trimRight,uniqueId,words').split(','),
2: (
'ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,countBy,curryN,debounce,' +
'defaults,defaultsDeep,delay,difference,drop,dropRight,dropRightWhile,' +
@@ -89,7 +89,7 @@ module.exports = {
'pick,pull,pullAll,pullAt,random,range,rearg,reject,remove,repeat,result,' +
'sampleSize,set,some,sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,' +
'sortedUniqBy,startsWith,sumBy,take,takeRight,takeRightWhile,takeWhile,' +
'throttle,times,truncate,union,uniqBy,uniqueId,without,wrap,xor,zip,' +
'throttle,times,truncate,union,uniqBy,without,wrap,xor,zip,' +
'zipObject').split(','),
3: (
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +