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

@@ -30,7 +30,7 @@ import baseClone from './_baseClone';
* // => 0
*/
function cloneWith(value, customizer) {
return baseClone(value, false, customizer);
return baseClone(value, false, true, customizer);
}
export default cloneWith;