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: unsubscribe from 'change' event using correct function #526

Merged
merged 1 commit into from
Sep 1, 2014

Conversation

duncangrist
Copy link
Contributor

Previously, the element.off() on the 'change' event was unsubscribing all 'change' handlers as picker.change is undefined. I believe that this should simply just be 'change' as this is the handler function used when originally observing the 'change' event.

nikoskalogridis added a commit that referenced this pull request Sep 1, 2014
fix: unsubscribe from 'change' event using correct function
@nikoskalogridis nikoskalogridis merged commit 9550886 into Eonasdan:development Sep 1, 2014
@nikoskalogridis
Copy link
Contributor

yes you are correct, thanks for the patch

@ghost ghost locked and limited conversation to collaborators Jun 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants