Roo/grid/GridView.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 18 Mar 2011 03:13:28 +0000 (11:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 18 Mar 2011 03:13:28 +0000 (11:13 +0800)
Roo/grid/GridView.js

index a1534f2..5e4f12f 100644 (file)
@@ -547,7 +547,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
     ensureVisible : function(row, col, hscroll)
     {
         Roo.log('GridView.ensureVisible,' + row + ',' + col);
-        return; //disable for testing.
+        return null; //disable for testing.
         if(typeof row != "number"){
             row = row.rowIndex;
         }