From f8603ae73d35ee8c4230c02f5a53d56e3948d601 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 May 2016 13:03:25 +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 aae23e65c2..7cb3c3ab45 100644 --- a/Roo/grid/GridView.js +++ b/Roo/grid/GridView.js @@ -1461,7 +1461,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { },this); this.scroller.on("scroll", this.handleScroll, this); - + Roo.log(this.handleWheel); this.lockedBody.on("mousewheel", this.handleWheel, this); this.mainBody.on("mousewheel", this.handleWheel, this); -- 2.39.2