From ab9d2056dad72617e45a16203ae2b6db8be93adf Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 30 Mar 2016 08:23:47 -0700 Subject: [PATCH] Add `bindKey` to fp `aryMethod` mapping. --- fp/_mapping.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp/_mapping.js b/fp/_mapping.js index 7382ef316..584ca2e78 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -57,8 +57,8 @@ exports.aryMethod = { 'spread', 'template', 'trim', 'trimEnd', 'trimStart', 'uniqueId', 'words' ], '2': [ - 'add', 'after', 'ary', 'assign', 'assignIn', 'at', 'before', 'bind', 'bindKey', - 'chunk', 'cloneDeepWith', 'cloneWith', 'concat', 'countBy', 'curryN', + 'add', 'after', 'ary', 'assign', 'assignIn', 'at', 'before', 'bind', 'bindAll', + 'bindKey', 'chunk', 'cloneDeepWith', 'cloneWith', 'concat', 'countBy', 'curryN', 'curryRightN', 'debounce', 'defaults', 'defaultsDeep', 'delay', 'difference', 'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq', 'every', 'filter', 'find', 'find', 'findIndex', 'findKey', 'findLast',