Remove custom rearg for update.

This commit is contained in:
Jeroen Engels
2016-02-26 17:30:19 +01:00
committed by John-David Dalton
parent b40b555386
commit ff7d79d5fc
2 changed files with 2 additions and 3 deletions

View File

@@ -142,7 +142,6 @@ exports.methodRearg = {
'setWith': [3, 1, 2, 0],
'sortedIndexBy': [2, 1, 0],
'sortedLastIndexBy': [2, 1, 0],
'update': [2, 1, 0],
'zipWith': [1, 2, 0]
};