mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fixed the issue with jQuery not packing correctly for Safari.
This commit is contained in:
parent
0382a490f5
commit
c0e4280282
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@ -69,7 +69,7 @@ function jQuery(a,c) {
|
||||
}
|
||||
|
||||
// Map over the $ in case of overwrite
|
||||
if ( $ )
|
||||
if ( typeof $ != "undefined" )
|
||||
jQuery._$ = $;
|
||||
|
||||
// Map the jQuery namespace to the '$' one
|
||||
|
Loading…
Reference in New Issue
Block a user