Skip to content

Commit c79a533

Browse files
committed
Remove useless guard for a. Close jquerygh-918.
Thanks @staabm!
1 parent 949dfe5 commit c79a533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jQuery.support = (function() {
2222
a.style.cssText = "top:1px;float:left;opacity:.5";
2323

2424
// Can't get basic test support
25-
if ( !all || !all.length || !a ) {
25+
if ( !all || !all.length ) {
2626
return {};
2727
}
2828

0 commit comments

Comments
 (0)