Fixed the issue with jQuery not packing correctly for Safari.
This commit is contained in:
parent
0382a490f5
commit
c0e4280282
1 changed files with 1 additions and 1 deletions
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 a new issue