Limit sample to one argument.

This commit is contained in:
Benjamin Tan
2015-12-16 13:41:21 +08:00
committed by John-David Dalton
parent 44c697908b
commit a4b86f8368

View File

@@ -74,7 +74,7 @@ module.exports = {
'aryMethodMap': {
1: (
'attempt,ceil,create,curry,curryRight,floor,fromPairs,iteratee,invert,over,overEvery,' +
'overSome,memoize,method,methodOf,mixin,rest,reverse,round,runInContext,template,' +
'overSome,memoize,method,methodOf,mixin,rest,reverse,round,runInContext,sample,template,' +
'trim,trimLeft,trimRight,uniqueId,words').split(','),
2: (
'add,ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,concat,countBy,curryN,curryRightN,' +