Roo/grid/GridView.js
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 04:43:36 +0000 (12:43 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 04:43:36 +0000 (12:43 +0800)
Roo/grid/GridView.js

index 97460f4..06cc6e2 100644 (file)
@@ -808,8 +808,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
     },
 
     restoreScroll : function(state){
-        return;
-        Roo.log('GridView.restoreScroll');
+        //Roo.log('GridView.restoreScroll');
         var sb = this.scroller.dom;
         sb.scrollLeft = state.left;
         sb.scrollTop = state.top;