Ensure fp.isEqualWith rearg is (c,a,b). [closes #2131]

This commit is contained in:
John-David Dalton
2016-03-19 23:30:30 -07:00
parent 6eb0cb1565
commit 01d961bad8
2 changed files with 19 additions and 3 deletions

View File

@@ -143,6 +143,7 @@ exports.methodRearg = {
'assignInWith': [1, 2, 0],
'assignWith': [1, 2, 0],
'getOr': [2, 1, 0],
'isEqualWith': [1, 2, 0],
'isMatchWith': [2, 1, 0],
'mergeWith': [1, 2, 0],
'padChars': [2, 1, 0],