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

Wiring the views with the server. r=samgiles #14

Merged
merged 1 commit into from
Jul 4, 2016
Merged

Conversation

gmarty
Copy link
Collaborator

@gmarty gmarty commented Jul 1, 2016

No description provided.

speechController: Symbol('speechController'),
server: Symbol('speechController'),
Copy link
Contributor

Choose a reason for hiding this comment

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

Description of the symbol should probably be server.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah yes, I'll fix it.


// Not all browsers have localStorage supported or activated.
this[p.storage] = storage || {
getItem: () => null,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: indentation? Looks off here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

grrrr, it looks good to my IDE because the opening braces counts as an indentation level. I agree this looks weird.

@samgiles
Copy link
Contributor

samgiles commented Jul 4, 2016

I think that's it! We can revisit the push notifications when we set them up properly.

@gmarty gmarty merged commit f59075e into fxbox:master Jul 4, 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