d4nyll / lethargy

Distinguish between scroll events initiated by the user, and those by inertial scrolling
http://d4nyll.github.io/lethargy/
MIT License
557 stars 47 forks source link

Add tests for native/jQuery events #4

Closed ayamflow closed 9 years ago

ayamflow commented 9 years ago

intending to fix #3

d4nyll commented 9 years ago

Hey thank you very much for doing the tests, but when I tried to run the test on my local machine, but it always throws this error:

npm ERR! fetch failed https://registry.npmjs.org/tiny-trigger/-/tiny-trigger-0.1.3.tgz

Can you reproduce it on your end?

ayamflow commented 9 years ago

Seems like the npm repo is down :( One hackish alternative is to download the repo and put it manually into your node_modules. I'll check for another module that does the same thing.

ayamflow commented 9 years ago

Should be good @d4nyll :+1: