aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/traversing.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywil@users.noreply.github.com>2024-06-06 09:56:44 -0400
committerGitHub <noreply@github.com>2024-06-06 09:56:44 -0400
commit74970524e5e164c72ec0415267b1e057280c9455 (patch)
treeb21a18d0e7f3bdab610cf3cc0a0bacc673ccc046 /test/unit/traversing.js
parent46b9e4803ec3506e830ea6b49541ea29717ed460 (diff)
downloadjquery-74970524e5e164c72ec0415267b1e057280c9455.tar.gz
jquery-74970524e5e164c72ec0415267b1e057280c9455.zip
Build: improve specificity of eslint config; add ecma versions
Closes gh-5501
Diffstat (limited to 'test/unit/traversing.js')
-rw-r--r--test/unit/traversing.js2
1 files changed, 1 insertions, 1 deletions
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 <template /> remains inert", function( asser
"</template>"
);
- 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" );