We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a
1 parent 949dfe5 commit c79a533Copy full SHA for c79a533
src/support.js
@@ -22,7 +22,7 @@ jQuery.support = (function() {
22
a.style.cssText = "top:1px;float:left;opacity:.5";
23
24
// Can't get basic test support
25
- if ( !all || !all.length || !a ) {
+ if ( !all || !all.length ) {
26
return {};
27
}
28
0 commit comments