Remove stack.delete from baseMergeDeep.

This commit is contained in:
John-David Dalton
2016-07-27 11:41:33 -07:00
parent 1966ac7979
commit 9a67fec48a

View File

@@ -3412,7 +3412,6 @@
// Recursively merge objects and arrays (susceptible to call stack limits).
stack.set(srcValue, newValue);
mergeFunc(newValue, srcValue, srcIndex, customizer, stack);
stack['delete'](srcValue);
}
assignMergeValue(object, key, newValue);
}