Fixed the issue with jQuery not packing correctly for Safari.

This commit is contained in:
John Resig 2006-08-28 06:19:13 +00:00
parent 0382a490f5
commit c0e4280282

View File

@ -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