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:
55370e5
)
Reverted back a $.tag change.
author
John Resig
<jeresig@gmail.com>
Wed, 14 Jun 2006 17:31:09 +0000
(17:31 +0000)
committer
John Resig
<jeresig@gmail.com>
Wed, 14 Jun 2006 17:31:09 +0000
(17:31 +0000)
jquery/jquery.js
patch
|
blob
|
history
diff --git
a/jquery/jquery.js
b/jquery/jquery.js
index
1e1e4ab
..
4a9614c
100644
(file)
--- a/
jquery/jquery.js
+++ b/
jquery/jquery.js
@@
-577,7
+577,7
@@
$.Select = function( t, context ) {
};
$.tag = function(a,b){
- return a && a.getElementsByTagName ?
+ return a && typeof a.getElementsByTagName != 'undefined' ?
a.getElementsByTagName( b ) : [];
};