mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Remove unused variables
This commit is contained in:
parent
80ea65edf7
commit
4f14bea2c2
@ -144,7 +144,7 @@ test("child and adjacent", function() {
|
||||
test("attributes", function() {
|
||||
expect( 54 );
|
||||
|
||||
var opt, input, attrbad, div, withScript;
|
||||
var attrbad, div, withScript;
|
||||
|
||||
t( "Find elements with a tabindex attribute", "[tabindex]", ["listWithTabIndex", "foodWithNegativeTabIndex", "linkWithTabIndex", "linkWithNegativeTabIndex", "linkWithNoHrefWithTabIndex", "linkWithNoHrefWithNegativeTabIndex"] );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user