Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with falsey user options getting overridden by truthy defaults #1421

Merged
merged 1 commit into from Aug 16, 2017

Conversation

AlMcKinlay
Copy link
Member

Fixes #1420

@AlMcKinlay AlMcKinlay added this to the 2.5.0 milestone Aug 16, 2017
@xPaw xPaw added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Aug 16, 2017
@xPaw xPaw merged commit e6200f1 into master Aug 16, 2017
@xPaw xPaw deleted the yamanickill/1420-user-options-falsey branch August 16, 2017 08:09
options[key] = userOptions[key];
}
}

userOptions = null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get the change above, but why this one?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Free memory.

matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
…r-options-falsey

Fix issue with falsey user options getting overridden by truthy defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants