Bump to v4.6.1.

This commit is contained in:
John-David Dalton
2016-03-01 22:13:24 -08:00
parent 7da4c55415
commit a83b4ebd53
11 changed files with 27 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ import baseClone from './_baseClone';
* // => 20
*/
function cloneDeepWith(value, customizer) {
return baseClone(value, true, customizer);
return baseClone(value, true, true, customizer);
}
export default cloneDeepWith;