inuyaksa / jquery.nicescroll

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

Added Additional Check for Mac #764

Closed arealdeadone closed 5 years ago

arealdeadone commented 6 years ago

In some Mac's like mine (MacBook Pro 2011) the navigator.platform property is MacIntel instead of mac thus the check d.ismac = /^mac$/i.test(_platform) returns false. Thus an extra check has been added.

inuyaksa commented 5 years ago

Thanks!