From 4f14bea2c29fb9c1e1cf48da7f700c963e35f693 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Thu, 27 Feb 2014 03:33:15 +0400 Subject: Tests: Remove unused variables --- test/unit/selector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/unit/selector.js b/test/unit/selector.js index 07850ca37..88d8a7ee2 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -100,7 +100,7 @@ test( "selectors with comma", function() { equal( fixture.find( "h2 , div p" ).filter( "h2" ).length, 1, "has to find one

" ); }); -test("child and adjacent", function() { +test( "child and adjacent", function() { expect( 27 ); var nothiddendiv; @@ -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"] ); -- cgit v1.2.3