Skip to content

Commit 7bdf307

Browse files
authored
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
1 parent b334ce7 commit 7bdf307

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/data/testinit.js

-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ QUnit.basicTests = ( QUnit.urlParams.module + "" ) === "basic";
283283
// Says whether jQuery positional selector extensions are supported.
284284
// A full selector engine is required to support them as they need to be evaluated
285285
// left-to-right. Remove that property when support for positional selectors is dropped.
286-
// if your custom jQuery versions relies more on native qSA.
287286
QUnit.jQuerySelectorsPos = true;
288287

289288
// Says whether jQuery selector extensions are supported. Change that to `false`

0 commit comments

Comments
 (0)