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

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