mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
fix to follow current source style
This commit is contained in:
parent
689d63f487
commit
dd79199a08
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user