[richfaces-svn-commits] JBoss Rich Faces SVN: r6271 - branches/3.1.x/framework/impl/src/main/javascript/jquery.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Feb 21 12:47:37 EST 2008
Author: pyaschenko
Date: 2008-02-21 12:47:36 -0500 (Thu, 21 Feb 2008)
New Revision: 6271
Modified:
branches/3.1.x/framework/impl/src/main/javascript/jquery/patches.js
Log:
RF-2224
some cosmetic
Modified: branches/3.1.x/framework/impl/src/main/javascript/jquery/patches.js
===================================================================
--- branches/3.1.x/framework/impl/src/main/javascript/jquery/patches.js 2008-02-21 17:46:42 UTC (rev 6270)
+++ branches/3.1.x/framework/impl/src/main/javascript/jquery/patches.js 2008-02-21 17:47:36 UTC (rev 6271)
@@ -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