iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

Issue with minifying #73

Closed iMomen closed 6 years ago

iMomen commented 6 years ago

I'm using Grunt Uglify to minify and concatenate my bower files when I do so I got this error dx is not defined at HTMLDivElement._resetContentPosition (jquery.mCustomScrollbar.js:1044)

which is this line var cx=dx=0;

any hint to overcome this?

Suraj786 commented 6 years ago

Hi @iMomen ,

Please check this link: https://github.com/malihu/malihu-custom-scrollbar-plugin/issues/459#issuecomment-247314561

Try updating from var cx = dx = 0; to var cx, dx = 0;