[richfaces-svn-commits] JBoss Rich Faces SVN: r4688 - branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 10 22:25:07 EST 2007


Author: nbelaevski
Date: 2007-12-10 22:25:06 -0500 (Mon, 10 Dec 2007)
New Revision: 4688

Modified:
   branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/SelectItem.js
Log:
http://jira.jboss.com/jira/browse/RF-1584

Modified: branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/SelectItem.js
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/SelectItem.js	2007-12-11 02:54:05 UTC (rev 4687)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/SelectItem.js	2007-12-11 03:25:06 UTC (rev 4688)
@@ -1,4 +1,4 @@
-if(!window.Richfaces) var Richfaces = function(){};
+if (!window.Richfaces) { window.Richfaces = {}; }
 
 Richfaces.SelectItem = Class.create();
 




More information about the richfaces-svn-commits mailing list