Roo/grid/Grid.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 11 Mar 2011 01:40:48 +0000 (09:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 11 Mar 2011 01:40:48 +0000 (09:40 +0800)
Roo/grid/Grid.js

index 11636ff..553efe5 100644 (file)
@@ -432,7 +432,8 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
      * Called once after all setup has been completed and the grid is ready to be rendered.
      * @return {Roo.grid.Grid} this
      */
-    render : function(){
+    render : function()
+    {
         var c = this.container;
         // try to detect autoHeight/width mode
         if((!c.dom.offsetHeight || c.dom.offsetHeight < 20) || c.getStyle("height") == "auto"){