Remove "with" methods from iterateeAry mapping.

This commit is contained in:
John-David Dalton
2016-03-19 23:43:11 -07:00
parent 01d961bad8
commit be77e7366c

View File

@@ -93,10 +93,6 @@ exports.aryRearg = {
/** Used to map method names to their iteratee ary. */
exports.iterateeAry = {
'assignWith': 2,
'assignInWith': 2,
'cloneDeepWith': 1,
'cloneWith': 1,
'dropRightWhile': 1,
'dropWhile': 1,
'every': 1,
@@ -116,8 +112,6 @@ exports.iterateeAry = {
'forInRight': 1,
'forOwn': 1,
'forOwnRight': 1,
'isEqualWith': 2,
'isMatchWith': 2,
'map': 1,
'mapKeys': 1,
'mapValues': 1,