mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove useless guard for a
. Close gh-918.
Thanks @staabm!
This commit is contained in:
parent
949dfe52bc
commit
c79a533ffd
@ -22,7 +22,7 @@ jQuery.support = (function() {
|
||||
a.style.cssText = "top:1px;float:left;opacity:.5";
|
||||
|
||||
// Can't get basic test support
|
||||
if ( !all || !all.length || !a ) {
|
||||
if ( !all || !all.length ) {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user