Skip to content

Commit

Permalink
Include updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
crudh committed Mar 26, 2018
1 parent 5302bd2 commit 20980c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion seamless-immutable.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ function immutableInit(config) {

var newValue;

if (mergerResult) {
if (mergerResult !== undefined) {
newValue = mergerResult;
} else if (deep && isMergableObject(currentValue) && isMergableObject(immutableValue)) {
newValue = Immutable.merge(currentValue, immutableValue, config);
Expand Down
2 changes: 1 addition & 1 deletion seamless-immutable.development.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20980c7

Please sign in to comment.