Don't rearg zipObjectDeep (#2503)

This commit is contained in:
Samuel Greene
2016-07-17 16:55:36 -04:00
committed by John-David Dalton
parent 249f0cd72c
commit 90d73143e1

View File

@@ -357,5 +357,6 @@ exports.skipRearg = {
'rangeRight': true,
'subtract': true,
'zip': true,
'zipObject': true
'zipObject': true,
'zipObjectDeep': true
};