Remove fp iterateeRearg mapping. [closes #1971]

This commit is contained in:
John-David Dalton
2016-02-10 08:19:59 -08:00
parent 3014f20b6c
commit 784ee6a086
3 changed files with 2 additions and 43 deletions

View File

@@ -127,13 +127,6 @@ exports.iterateeAry = {
'transform': 2
};
/** Used to map method names to iteratee rearg configs. */
exports.iterateeRearg = {
'findKey': [1],
'findLastKey': [1],
'mapKeys': [1]
};
/** Used to map method names to rearg configs. */
exports.methodRearg = {
'assignInWith': [1, 2, 0],