You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/04/21 14:30:54 UTC

svn commit: r395868 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js

Author: weber
Date: Fri Apr 21 05:30:51 2006
New Revision: 395868

URL: http://svn.apache.org/viewcvs?rev=395868&view=rev
Log:
bugfix

Modified:
    myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js

Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js?rev=395868&r1=395867&r2=395868&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js Fri Apr 21 05:30:51 2006
@@ -657,7 +657,7 @@
       widths = widths + "," + width;
       header = Tobago.element(idPrefix + index++);
     }
-    Tobago.element(this.headerWidths).value = widths;
+    Tobago.element(this.headerWidthsId).value = widths;
   };
 
   this.doScroll = function(event) {