Skip to content

Commit

Permalink
Remove useless guard for a. Close gh-918.
Browse files Browse the repository at this point in the history
Thanks @staabm!
  • Loading branch information
dmethvin committed Sep 10, 2012
1 parent 949dfe5 commit c79a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
}

Expand Down

0 comments on commit c79a533

Please sign in to comment.