From 9417ae3cf3571ff13e3b4d724971fc4f1a6dc343 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 May 2016 12:55:57 +0800 Subject: [PATCH] Roo/grid/GridView.js --- Roo/grid/GridView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/grid/GridView.js b/Roo/grid/GridView.js index 031f7fc4d6..c407eb1e32 100644 --- a/Roo/grid/GridView.js +++ b/Roo/grid/GridView.js @@ -1460,6 +1460,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { },this); this.scroller.on("scroll", this.handleScroll, this); + Roo.log(this); this.lockedBody.on("mousewheel", this.handleWheel, this); this.mainBody.on("mousewheel", this.handleWheel, this); -- 2.39.2