malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

jquery.mCustomScrollbar.js BUG on line 1044 #644

Open conanliuhuan opened 4 years ago

conanliuhuan commented 4 years ago

When I destroy it, the browser throw an error. line 1044 writes: var cx=dx=0; It should be: var cx=0,dx=0;