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){
|
$.tag = function(a,b){
|
||||||
return a && a.getElementsByTagName ?
|
return a && typeof a.getElementsByTagName != 'undefined' ?
|
||||||
a.getElementsByTagName( b ) : [];
|
a.getElementsByTagName( b ) : [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue