mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Reverted back a $.tag change.
This commit is contained in:
parent
55370e5710
commit
25f5af1bcb
2
jquery/jquery.js
vendored
2
jquery/jquery.js
vendored
@ -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 ) : [];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user