respect source guidelines
This commit is contained in:
parent
689d63f487
commit
1ac7b459a4
|
@ -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 a new issue