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

Fix #169: When paused why try to fetch every 1000 ms? #171

Merged
merged 3 commits into from
Mar 6, 2015

Conversation

kadishmal
Copy link
Contributor

Fixes #169 and #170.

haio added a commit that referenced this pull request Mar 6, 2015
Fix #169: When paused why try to fetch every 1000 ms?
@haio haio merged commit 78044da into SOHU-Co:master Mar 6, 2015
@haio
Copy link
Member

haio commented Mar 6, 2015

The brace at the end of function doesn't need a semicolon, will clean it.

Update: let's keep the semicolon as long as it's a expression.

@kadishmal
Copy link
Contributor Author

The braces at the end of the function assignments are necessary because these functions are function expressions/assignments and not declarations.

@haio
Copy link
Member

haio commented Mar 9, 2015

Agree

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.

When paused why try to fetch every 1000 ms?
2 participants