From 74970524e5e164c72ec0415267b1e057280c9455 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 6 Jun 2024 09:56:44 -0400 Subject: Build: improve specificity of eslint config; add ecma versions Closes gh-5501 --- test/unit/traversing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/traversing.js') diff --git a/test/unit/traversing.js b/test/unit/traversing.js index acc9c732d..d3f69db81 100644 --- a/test/unit/traversing.js +++ b/test/unit/traversing.js @@ -857,7 +857,7 @@ QUnit.testUnlessIE( "contents() for " ); - var content = jQuery( "#template" ).contents(); + jQuery( "#template" ).contents(); assert.strictEqual( window.testScript, true, "script in template isn't executed" ); assert.strictEqual( window.testImgOnload, true, "onload of image in template isn't executed" ); -- cgit v1.2.3