Make fp.invokeArgs and fp.invokeArgsMap arg signature (b,c,a).

This commit is contained in:
John-David Dalton
2016-03-18 08:29:41 -07:00
parent 6ef8693bf0
commit 6ed9c005d7
2 changed files with 2 additions and 4 deletions

View File

@@ -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],