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/05/17 03:38:02 UTC

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

Author: mturyn
Date: Wed May 16 20:38:01 2007
New Revision: 538798

URL: http://svn.apache.org/viewvc?view=rev&rev=538798
Log:
Fixed typo.

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=538798&r1=538797&r2=538798
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js (original)
+++ incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js Wed May 16 20:38:01 2007
@@ -298,7 +298,9 @@
 			this.table.style.tableLayout = "fixed";
 
 
-			if( !this._tableLayoutModel.resedWidthPx&&  !this._tableLayoutModel.initialWidth ){
+			if( !this._tableLayoutModel.resetWidthPx 
+				&&  !this._tableLayoutModel.initialWidth 
+				){
 				this.domNode.style.width = tableWidth +"px" ;
 			} else {
 				if( this._initialWidth ){