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

Removed jQuery as dependency #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Removed jQuery as dependency #3

wants to merge 4 commits into from

Conversation

Stopa
Copy link
Collaborator

@Stopa Stopa commented Sep 22, 2015

scroller.js is now a stand-alone script that does not need jQuery to function
updated example.html and README accordingly
also fixed a typo in code and documentation: "treshold" -> "threshold"

Stepan Bolotnikov added 4 commits September 22, 2015 14:52
scroller.js is now a stand-alone script that does not need jQuery to function
updated example.html and README accordingly
also fixed a typo in code and documentation: "treshold" -> "threshold"
there was a control for event.originalEvent left and that's a jQuery-specific
thing, not a native object
Previous approach might've caused issues in a setup that actually listens
to scrollstop event and does something with it. Now it's no longer being fired
after each touch, but when the last scroll is complete.
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.

1 participant