]> source.dussan.org Git - jquery.git/commitdiff
fix to follow current source style
authorJephte CLAIN <Jephte.Clain@univ-reunion.fr>
Mon, 22 Nov 2010 04:12:12 +0000 (08:12 +0400)
committerJephte CLAIN <Jephte.Clain@univ-reunion.fr>
Mon, 22 Nov 2010 04:30:17 +0000 (08:30 +0400)
src/core.js

index f701a20c1fa56aa30aef4536d206ae4e67ed25ab..4cc5eea10b559c1ae882d9ea48b3800c359c9475 100644 (file)
@@ -373,7 +373,9 @@ jQuery.extend = jQuery.fn.extend = function() {
 
 jQuery.extend({
        noConflict: function( deep ) {
-               if ( window.$ === jQuery ) window.$ = _$;
+               if ( window.$ === jQuery ) {
+                       window.$ = _$;
+               }
 
                if ( deep && window.jQuery === jQuery ) {
                        window.jQuery = _jQuery;