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 an issue in Client.prototype._ping where self is used instead of this #3

Merged
merged 1 commit into from
Oct 10, 2012

Conversation

gerred
Copy link
Contributor

@gerred gerred commented Oct 10, 2012

The offending change was causing exceptions when the client was pinged, because self is undefined in the context. No reason not to use this, so changed it.

…n't defined in the context of that prototype method, causing the ping query to fail and throw an exception.
mscdex added a commit that referenced this pull request Oct 10, 2012
Fix an issue in Client.prototype._ping where self is used instead of this
@mscdex mscdex merged commit a417006 into mscdex:master Oct 10, 2012
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