mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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
This commit is contained in:
parent
b334ce7735
commit
7bdf307b51
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user