Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions javascript/ql/src/Expressions/ExprHasNoEffect.qhelp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
7 changes: 0 additions & 7 deletions javascript/ql/src/LanguageFeatures/DeleteVar.qhelp
Original file line number Diff line number Diff line change
Expand Up @@ -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>