jquery-navScroll
jquery-navScroll copied to clipboard
Destroy function missing
In order to free resources every plugin should expose some method to destroy/stop the plugin as explained in http://www.acuriousanimal.com/2013/02/25/things-i-learned-creating-a-jquery-plugin-part-ii.html
destroy: function() {
...
},