[richfaces-svn-commits] JBoss Rich Faces SVN: r6387 - trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 28 05:14:20 EST 2008


Author: abelevich
Date: 2008-02-28 05:14:20 -0500 (Thu, 28 Feb 2008)
New Revision: 6387

Modified:
   trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
fix  IE6 remove ',' in the end of file

Modified: trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js	2008-02-27 16:58:24 UTC (rev 6386)
+++ trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js	2008-02-28 10:14:20 UTC (rev 6387)
@@ -113,5 +113,5 @@
 		return this.inplaceInput.childNodes[6];
 	},
 	
-	setStrutWidth : function() {},
+	setStrutWidth : function() {}
 });




More information about the richfaces-svn-commits mailing list