Merge pull request #20687 from hvitved/js/remove-invalid-qhelp-links

JS: Remove two invalid QHelp links
This commit is contained in:
Tom Hvitved
2025-10-24 09:22:33 +02:00
committed by GitHub
2 changed files with 0 additions and 13 deletions

View File

@@ -51,10 +51,4 @@ assign it an initial value, which also serves to document its expected type:
<sample src="examples/ExprHasNoEffect-PseudoDeclGood.js"/>
</example>
<references>
<li>JSLint Error Explanations: <a href="http://jslinterrors.com/expected-an-assignment-or-function-call">Expected an assignment or function call</a>.</li>
</references>
</qhelp>

View File

@@ -35,11 +35,4 @@ function <code>compute</code> to the outside world):
<sample src="examples/DeleteVarGood.js" />
</example>
<references>
<li>JSLint Error Explanations: <a href="http://jslinterrors.com/only-properties-should-be-deleted">Only properties should be deleted</a>.</li>
</references>
</qhelp>