From f974868653457d8995f4de39cbf73cd998cfa60d Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 May 2016 13:02:27 +0800 Subject: [PATCH] Roo/grid/GridView.js --- Roo/grid/GridView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/grid/GridView.js b/Roo/grid/GridView.js index e4d8f1d4c0..aae23e65c2 100644 --- a/Roo/grid/GridView.js +++ b/Roo/grid/GridView.js @@ -835,7 +835,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { handleWheel : function(e){ Roo.log('calling handle Wheel???????????????????'); - Roo.log(this); + Roo.log(this.handleWheel); var d = e.getWheelDelta(); this.scroller.dom.scrollTop -= d*22; // set this here to prevent jumpy scrolling on large tables -- 2.39.2