From 7bdf307b51e4d4a891b123a96d4899e31bfba024 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 19 Aug 2019 18:36:21 +0200 Subject: [PATCH] Tests: Fix a comment in testinit.js A copied comment line was accidentally left out above the line defining `QUnit.jQuerySelectorsPos`, making the sentence nonsense. This commit removes that line. Closes gh-4458 --- test/data/testinit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/data/testinit.js b/test/data/testinit.js index cc547d1d2..a597ccb35 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -283,7 +283,6 @@ QUnit.basicTests = ( QUnit.urlParams.module + "" ) === "basic"; // Says whether jQuery positional selector extensions are supported. // A full selector engine is required to support them as they need to be evaluated // left-to-right. Remove that property when support for positional selectors is dropped. -// if your custom jQuery versions relies more on native qSA. QUnit.jQuerySelectorsPos = true; // Says whether jQuery selector extensions are supported. Change that to `false` -- 2.39.5