aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-08-19 18:36:21 +0200
committerGitHub <noreply@github.com>2019-08-19 18:36:21 +0200
commit7bdf307b51e4d4a891b123a96d4899e31bfba024 (patch)
tree0865cf3e1a94efd64040081f1909ac35784012bd /test/data
parentb334ce7735ae453bd5643b251f36c3cedce4b3de (diff)
downloadjquery-7bdf307b51e4d4a891b123a96d4899e31bfba024.tar.gz
jquery-7bdf307b51e4d4a891b123a96d4899e31bfba024.zip
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
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testinit.js1
1 files changed, 0 insertions, 1 deletions
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`