JS: typo fixups

This commit is contained in:
Esben Sparre Andreasen
2020-05-18 12:19:46 +02:00
parent b3691cd0e9
commit aa87008775
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ DataFlow::Node schemeCheck(DataFlow::Node nd, DangerousScheme scheme) {
// fall back to the candidate if the test itself is implicit
not exists(candidate.getTest()) and result = candidate
|
t.getAMemberString() = scheme.getWithOrWithoutColon() and
candidate.getAMemberString() = scheme.getWithOrWithoutColon() and
schemeOf(nd).flowsTo(candidate)
)
or

View File

@@ -46,7 +46,6 @@ class MembershipCandidate extends DataFlow::Node {
module MembershipCandidate {
/**
* An expression that is tested for membership of a collection.
*
*/
abstract class Range extends DataFlow::Node {
/**