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

Making the library compatible with old jQuery versions < 1.7 #3

Merged
merged 2 commits into from
Apr 2, 2014

Conversation

dcorb
Copy link
Contributor

@dcorb dcorb commented Apr 2, 2014

Just changing .on for .bind

It's a jQuery alias:
https://github.com/jquery/jquery/blob/7877c4fa73120bc6d21a5fcd302a896f03b23876/src/event/alias.js#L23
but will make it work with old jQuery libraries

liabru added a commit that referenced this pull request Apr 2, 2014
changed use of `on` to `bind` to support old jQuery versions < 1.7
@liabru liabru merged commit 18a6fa1 into liabru:master Apr 2, 2014
@liabru
Copy link
Owner

liabru commented Apr 2, 2014

Thanks dcorb

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