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

Fixing unexpected end of input console error #68

Merged
merged 1 commit into from
Mar 31, 2016
Merged

Fixing unexpected end of input console error #68

merged 1 commit into from
Mar 31, 2016

Conversation

VilliGunn
Copy link
Contributor

No description provided.

@@ -28,7 +28,9 @@ const ApiStore = Reflux.createStore({

ws = new WebSocket(wsUrl);
ws.onmessage = event => {
if(event.data !== '') {
Copy link
Owner

Choose a reason for hiding this comment

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

missing space after if

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed @plouc :)

@plouc
Copy link
Owner

plouc commented Mar 31, 2016

Thanks @VilliGunn !

@plouc plouc merged commit a3287d1 into plouc:master Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants