Ensure fp add and subtract don't have rearg applied.

This commit is contained in:
John-David Dalton
2016-02-02 22:27:30 -08:00
parent 3a07b411fb
commit 497d57ca95

View File

@@ -221,6 +221,7 @@ exports.rename = {
/** Used to track methods that skip `_.rearg`. */
exports.skipRearg = {
'add': true,
'assign': true,
'assignIn': true,
'concat': true,
@@ -232,6 +233,7 @@ exports.skipRearg = {
'random': true,
'range': true,
'rangeRight': true,
'subtract': true,
'zip': true,
'zipObject': true
};