]> source.dussan.org Git - jquery.git/commitdiff
Tests: Fix a comment in testinit.js
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 19 Aug 2019 16:36:21 +0000 (18:36 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2019 16:36:21 +0000 (18:36 +0200)
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

index cc547d1d26dc8e36e4e83221208b2c0f9f49e884..a597ccb3554dac7b00e8ee221fec268dfe7a318f 100644 (file)
@@ -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`