Skip to content

Conversation

@ngokevin
Copy link
Member

@ngokevin ngokevin commented Nov 8, 2016

Description:

The schema was passing empty strings to the property type parser. For int type, this led to parseInt('', 10), which resolved to NaN. So for empty strings, we should use the default value.

@dmarcos dmarcos merged commit c1d55ec into aframevr:master Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants