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

Changing the obsolete bind() and unbind() #334

Closed juniormartinxo closed 7 years ago

juniormartinxo commented 7 years ago

Changing the obsolete bind() and unbind() methods by their successors on() and off().

https://api.jquery.com/category/deprecated/deprecated-3.0/

kristerkari commented 7 years ago

Thanks! I think that it is indeed time to replace those deprecated methods