Skip to content

Comments

Removed jQuery as dependency#3

Open
Stopa wants to merge 4 commits intomasterfrom
native-js
Open

Removed jQuery as dependency#3
Stopa wants to merge 4 commits intomasterfrom
native-js

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