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

index 5c96ead..abcc27a 100644 (file)
@@ -578,13 +578,13 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
         var sright = sleft + c.clientWidth;
         
         Roo.log('GridView.ensureVisible:' +
-                ' ctop' + ctop +
-                ' c.clientHeight' + c.clientHeight +
-                ' this.mainHd.dom.offsetHeight' + this.mainHd.dom.offsetHeight +
-                ' stop' + stop +
-                ' cbot' + cbot +
-                ' sbot' + sbot +
-                ' ch' + ch  
+                ' ctop:' + ctop +
+                ' c.clientHeight:' + c.clientHeight +
+                ' this.mainHd.dom.offsetHeight:' + this.mainHd.dom.offsetHeight +
+                ' stop:' + stop +
+                ' cbot:' + cbot +
+                ' sbot:' + sbot +
+                ' ch:' + ch  
                 );
         
         if(ctop <= stop){