From: John Resig Date: Mon, 28 Aug 2006 06:19:13 +0000 (+0000) Subject: Fixed the issue with jQuery not packing correctly for Safari. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=c0e4280282d03a449caaf87d5a6bfe151a874796;hp=0382a490f5e5ee781098981db050a23d4f2e5a36;p=jquery.git Fixed the issue with jQuery not packing correctly for Safari. --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index a204992..115ee7f 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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