Skip to content
Permalink
Browse files
Remove useless guard for a. Close gh-918.
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.
@@ -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 {};
}

0 comments on commit c79a533

Please sign in to comment.