Skip to content

Commit eb9df00

Browse files
committed
JS: Remove two invalid QHelp links
1 parent c84cec9 commit eb9df00

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

‎javascript/ql/src/Expressions/ExprHasNoEffect.qhelp‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,4 @@ assign it an initial value, which also serves to document its expected type:
5151
<sample src="examples/ExprHasNoEffect-PseudoDeclGood.js"/>
5252

5353
</example>
54-
<references>
55-
56-
<li>JSLint Error Explanations: <a href="http://jslinterrors.com/expected-an-assignment-or-function-call">Expected an assignment or function call</a>.</li>
57-
58-
59-
</references>
6054
</qhelp>

‎javascript/ql/src/LanguageFeatures/DeleteVar.qhelp‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,4 @@ function <code>compute</code> to the outside world):
3535
<sample src="examples/DeleteVarGood.js" />
3636

3737
</example>
38-
<references>
39-
40-
41-
<li>JSLint Error Explanations: <a href="http://jslinterrors.com/only-properties-should-be-deleted">Only properties should be deleted</a>.</li>
42-
43-
44-
</references>
4538
</qhelp>

0 commit comments

Comments
 (0)