From a4b86f8368e0d7ac58eda5445415173d14f1d6a4 Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Wed, 16 Dec 2015 13:41:21 +0800 Subject: [PATCH] Limit sample to one argument. --- lib/fp/mapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 267c0ccca..2d79ec4a2 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -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,' +