kswedberg / jquery-smooth-scroll

Automatically make same-page links scroll smoothly
MIT License
1.97k stars 427 forks source link

Added proper commonjs support #74

Closed callumacrae closed 9 years ago

callumacrae commented 9 years ago

Right now you're relying on window.jQuery. I don't have that global var, so this library wasn't working for me.

kswedberg commented 9 years ago

thanks, @callumacrae !

callumacrae commented 9 years ago

Awesome :) would you be able to release 1.5.5 and push to npm so that I can use it?

kswedberg commented 9 years ago

you betcha. Just needed to add the commonjs condition to my build template. you should see something within a minute or two.

callumacrae commented 9 years ago

Cheers :)