JS: Remove two invalid QHelp links

This commit is contained in:
Tom Hvitved
2025-10-24 08:45:12 +02:00
parent c84cec9d29
commit eb9df008b0
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>