From 5b1edc373455e31438fc8d31396e87351f06f7db Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Mar 2011 09:40:48 +0800 Subject: [PATCH] Roo/grid/Grid.js --- Roo/grid/Grid.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index 11636ffde1..553efe522c 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -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"){ -- 2.39.2