Roo/grid/GridView.js
authoredward <edward@roojs.com>
Thu, 19 May 2016 05:03:25 +0000 (13:03 +0800)
committeredward <edward@roojs.com>
Thu, 19 May 2016 05:03:25 +0000 (13:03 +0800)
Roo/grid/GridView.js

index aae23e6..7cb3c3a 100644 (file)
@@ -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);