git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0382a49
)
Fixed the issue with jQuery not packing correctly for Safari.
author
John Resig
<jeresig@gmail.com>
Mon, 28 Aug 2006 06:19:13 +0000
(06:19 +0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 28 Aug 2006 06:19:13 +0000
(06:19 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
a204992
..
115ee7f
100644
(file)
--- 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