mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Make fp.invokeArgs and fp.invokeArgsMap arg signature (b,c,a).
This commit is contained in:
@@ -143,8 +143,6 @@ exports.methodRearg = {
|
||||
'assignInWith': [1, 2, 0],
|
||||
'assignWith': [1, 2, 0],
|
||||
'getOr': [2, 1, 0],
|
||||
'invokeArgs': [1, 0, 2],
|
||||
'invokeArgsMap': [1, 0, 2],
|
||||
'isMatchWith': [2, 1, 0],
|
||||
'mergeWith': [1, 2, 0],
|
||||
'padChars': [2, 1, 0],
|
||||
|
||||
Reference in New Issue
Block a user