]> source.dussan.org Git - jquery.git/commitdiff
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 a204992adf31e65c5754ec93bb95af1eef60d08f..115ee7f2d70274f81f43ae81829dde825fe089c3 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