Fixed the issue with jQuery not packing correctly for Safari.
authorJohn Resig <jeresig@gmail.com>
Mon, 28 Aug 2006 06:19:13 +0000 (06:19 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 28 Aug 2006 06:19:13 +0000 (06:19 +0000)
src/jquery/jquery.js

index a204992..115ee7f 100644 (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