mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(scrollView): remove console.log
This commit is contained in:
@@ -803,10 +803,8 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
}, 100, false);
|
||||
|
||||
//For Firefox
|
||||
document.addEventListener('DOMMouseScroll', onMouseWheel);
|
||||
document.addEventListener('mousewheel', onMouseWheel);
|
||||
function onMouseWheel(e) {
|
||||
console.log('wheel', e);
|
||||
wheelShowBarFn();
|
||||
self.scrollBy(e.wheelDeltaX/self.options.wheelDampen, -e.wheelDeltaY/self.options.wheelDampen);
|
||||
wheelHideBarFn();
|
||||
|
||||
Reference in New Issue
Block a user