Bump to v3.0.1.

This commit is contained in:
jdalton
2015-01-29 20:56:54 -08:00
parent 5379c1996b
commit 891d0482c6
14 changed files with 34 additions and 27 deletions

View File

@@ -47,6 +47,9 @@ function baseMergeDeep(object, source, key, mergeFunc, customizer, stackA, stack
? toPlainObject(value)
: (isPlainObject(value) ? value : {});
}
else {
isCommon = false;
}
}
// Add the source value to the stack of traversed objects and associate
// it with its merged value.