inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

code is wrong #834

Open xhuanya opened 2 years ago

xhuanya commented 2 years ago

observerbody is invalid 1987 line if (self.me.clientWidth != self.page.width || self.me.clientHeight != self.page.height) return self.lazyResize(30); self.page.width and self.page.height Didn't define change if (self.me.clientWidth != self.page.w || self.me.clientHeight != self.page.h) return self.lazyResize(30);