[richfaces-svn-commits] JBoss Rich Faces SVN: r6270 - trunk/framework/impl/src/main/javascript/jquery.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 12:46:42 EST 2008


Author: pyaschenko
Date: 2008-02-21 12:46:42 -0500 (Thu, 21 Feb 2008)
New Revision: 6270

Modified:
   trunk/framework/impl/src/main/javascript/jquery/patches.js
Log:
RF-2224
some cosmetic

Modified: trunk/framework/impl/src/main/javascript/jquery/patches.js
===================================================================
--- trunk/framework/impl/src/main/javascript/jquery/patches.js	2008-02-21 17:22:53 UTC (rev 6269)
+++ trunk/framework/impl/src/main/javascript/jquery/patches.js	2008-02-21 17:46:42 UTC (rev 6270)
@@ -4,7 +4,7 @@
 
 // calling jQuery(jQuery) makes memory leaks
 //if (jQuery(jQuery) != jQuery) {
-if (!window.RichFaces.jQueryWrapper) {
+if (!window.RichFaces.isJQueryWrapped) {
 	var oldJQuery = jQuery;
 	jQuery = function() {
 		if (arguments[0] == arguments.callee) {
@@ -21,5 +21,5 @@
 			}
 		});
 	}
-	window.RichFaces.jQueryWrapper = true;
+	window.RichFaces.isJQueryWrapped = true;
 };
\ No newline at end of file




More information about the richfaces-svn-commits mailing list