Add bindKey to fp aryMethod mapping.

This commit is contained in:
John-David Dalton
2016-03-30 08:23:47 -07:00
parent 4310329971
commit ab9d2056da

View File

@@ -57,8 +57,8 @@ exports.aryMethod = {
'spread', 'template', 'trim', 'trimEnd', 'trimStart', 'uniqueId', 'words' 'spread', 'template', 'trim', 'trimEnd', 'trimStart', 'uniqueId', 'words'
], ],
'2': [ '2': [
'add', 'after', 'ary', 'assign', 'assignIn', 'at', 'before', 'bind', 'bindKey', 'add', 'after', 'ary', 'assign', 'assignIn', 'at', 'before', 'bind', 'bindAll',
'chunk', 'cloneDeepWith', 'cloneWith', 'concat', 'countBy', 'curryN', 'bindKey', 'chunk', 'cloneDeepWith', 'cloneWith', 'concat', 'countBy', 'curryN',
'curryRightN', 'debounce', 'defaults', 'defaultsDeep', 'delay', 'difference', 'curryRightN', 'debounce', 'defaults', 'defaultsDeep', 'delay', 'difference',
'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith',
'eq', 'every', 'filter', 'find', 'find', 'findIndex', 'findKey', 'findLast', 'eq', 'every', 'filter', 'find', 'find', 'findIndex', 'findKey', 'findLast',