jamesflorentino / nanoScrollerJS

A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.
http://jamesflorentino.github.com/nanoScrollerJS/
MIT License
2.69k stars 502 forks source link

Added jspm/jspm config settings #283

Closed scott-coates closed 9 years ago

scott-coates commented 9 years ago

This allows users of jspm to quickly use nano scroller.

I've also added it to the jspm registry here - jspm/registry#235

This means users only need to do: jspm.import(nanoscroller); to get everything (including the css) loaded.

Let me know if that all makes sense!

kristerkari commented 9 years ago

Thanks!