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

Allow unsubbing a particular listner without affecting others #147

Merged
merged 2 commits into from
Dec 15, 2014

Conversation

megawac
Copy link
Contributor

@megawac megawac commented Dec 12, 2014

Lets a subscriber unregister the listener they registered with

@@ -80,7 +80,12 @@ Topic.prototype.subscribe = function(callback) {
* Unregisters as a subscriber for the topic. Unsubscribing will remove
* all subscribe callbacks.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a param line in the doc for this optional param?

rctoris added a commit that referenced this pull request Dec 15, 2014
Allow unsubbing a particular listner without affecting others
@rctoris rctoris merged commit 984e4bd into RobotWebTools:develop Dec 15, 2014
@megawac megawac deleted the unsub branch December 15, 2014 15:28
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