You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/01/15 16:04:47 UTC

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

Author: idus
Date: Mon Jan 15 07:04:47 2007
New Revision: 496362

URL: http://svn.apache.org/viewvc?view=rev&rev=496362
Log:
fixed width spelling

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

Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/logging.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/logging.js?view=diff&rev=496362&r1=496361&r2=496362
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/logging.js (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/logging.js Mon Jan 15 07:04:47 2007
@@ -236,7 +236,7 @@
 
     this.scrollElement = document.createElement("DIV");
     this.scrollElement.style.overflow = "auto";
-    this.scrollElement.style.widht = "100%";
+    this.scrollElement.style.width = "100%";
     this.scrollElement.style.height = "100%";
     this.scrollElement.style.background = "#ffffff";
     this.element.appendChild(this.scrollElement);