Fixed the issue with jQuery not packing correctly for Safari.
[jquery.git] / 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