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

update on ready event listeners to jquery 3 compliant syntax #2690

Merged
merged 1 commit into from
Jan 10, 2017
Merged

update on ready event listeners to jquery 3 compliant syntax #2690

merged 1 commit into from
Jan 10, 2017

Conversation

leggomuhgreggo
Copy link
Collaborator

@leggomuhgreggo leggomuhgreggo commented Jan 10, 2017

Addresses #2676 created by @KolyaKorruptis, which points out that jQuery 3 has deprecated .on('ready')

There were only two instances where slick used, and one was (I think superfluously?) leveraging jQuery's .off method. I deleted that line and updated the other to .ready(...function...)

Tests w/ latest jquery

Let me know if there's any issues!

Thanks

@kenwheeler kenwheeler merged commit 851da94 into kenwheeler:master Jan 10, 2017
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