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

Change jQuery 'bind' to 'on' to support jQuery >= 3 #1184

Merged
merged 1 commit into from
Jan 27, 2017

Conversation

jcbvm
Copy link
Contributor

@jcbvm jcbvm commented Jan 26, 2017

As of jQuery 3.0, .bind() has been deprecated. This PR replaces the 'bind' call in the local storage store with it's successor 'on'. For more info check the jQuery docs.

@marcoow marcoow added this to the 1.2 milestone Jan 27, 2017
@marcoow marcoow merged commit b0dd4d5 into mainmatter:master Jan 27, 2017
@marcoow
Copy link
Member

marcoow commented Jan 27, 2017

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants