You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/06/15 16:43:12 UTC

svn commit: r547732 - /incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js

Author: mturyn
Date: Fri Jun 15 09:43:10 2007
New Revision: 547732

URL: http://svn.apache.org/viewvc?view=rev&rev=547732
Log:
Changed timeout to 0

Modified:
    incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js

Modified: incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js?view=diff&rev=547732&r1=547731&r2=547732
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js (original)
+++ incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js Fri Jun 15 09:43:10 2007
@@ -214,7 +214,7 @@
 		}	
 
 		// delay call to _fixColumnWidths
-		dojo.lang.setTimeout(this, this._fixColumnWidths, 1000);
+		dojo.lang.setTimeout(this, this._fixColumnWidths, 0);
 	},
 	
 	_fixColumnWidths : function(){