Add _.curry.

Former-commit-id: 33282039186323ad4f58d7d7ec19e3c3974dc9b3
This commit is contained in:
John-David Dalton
2013-08-08 22:11:03 -07:00
parent 7371f8927c
commit 8a524dd98f
5 changed files with 221 additions and 103 deletions

View File

@@ -159,6 +159,7 @@
'bindKey',
'createCallback',
'compose',
'curry',
'debounce',
'defer',
'delay',
@@ -289,6 +290,7 @@
'bindKey',
'cloneDeep',
'createCallback',
'curry',
'findIndex',
'findKey',
'findLast',