I believe I'm seeing a warning error in Google Chrome saying:
[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
This is pointing to the following code line:
|
this.addEventListener( toBind[ --i ], handler, false ); |
I believe I'm seeing a warning error in Google Chrome saying:
This is pointing to the following code line:
jquery-mousewheel/jquery.mousewheel.js
Line 40 in fcb425e