Skip to content
Permalink
Browse files
Fixed the issue with jQuery not packing correctly for Safari.
  • Loading branch information
jeresig committed Aug 28, 2006
1 parent 0382a49 commit c0e4280
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit c0e4280

Please sign in to comment.