Skip to content

Allow QuantityValue without bounds #102

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

Merged
merged 1 commit into from
Nov 4, 2016
Merged

Allow QuantityValue without bounds #102

merged 1 commit into from
Nov 4, 2016

Conversation

thiemowmde
Copy link
Contributor

@thiemowmde thiemowmde commented Aug 1, 2016

No description provided.

};
if ( this._upperBound && this._lowerBound ) {
json.upperBound = this._upperBound.toJSON();
json.lowerBound = this._lowerBound.toJSON()
Copy link
Member

Choose a reason for hiding this comment

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

missing trailing semicolon

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@mariushoch mariushoch merged commit e51be3e into master Nov 4, 2016
@mariushoch mariushoch deleted the nullBounds branch November 4, 2016 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants