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

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

Author: lofwyr
Date: Tue Jan  9 07:28:03 2007
New Revision: 494434

URL: http://svn.apache.org/viewvc?view=rev&rev=494434
Log:
format

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

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js?view=diff&rev=494434&r1=494433&r2=494434
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js Tue Jan  9 07:28:03 2007
@@ -512,7 +512,7 @@
     }
   }
   if (this.childNodes) {
-    for (var i=0; i<this.childNodes.length; i++) {
+    for (var i = 0; i < this.childNodes.length; i++) {
       this.childNodes[i].initSelection();
     }
   }