Skip to content

Allow QuantityValue without bounds#102

Merged
mariushoch merged 1 commit into
masterfrom
nullBounds
Nov 4, 2016
Merged

Allow QuantityValue without bounds#102
mariushoch merged 1 commit into
masterfrom
nullBounds

Conversation

@thiemowmde
Copy link
Copy Markdown
Contributor

@thiemowmde thiemowmde commented Aug 1, 2016

No description provided.

Comment thread src/values/QuantityValue.js Outdated
};
if ( this._upperBound && this._lowerBound ) {
json.upperBound = this._upperBound.toJSON();
json.lowerBound = this._lowerBound.toJSON()
Copy link
Copy Markdown
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
Copy Markdown
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