mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JS: Make implicit this receivers explicit
This commit is contained in:
@@ -34,7 +34,7 @@ class RamlResource extends YamlMapping {
|
||||
/** Get the method for this resource with the given verb. */
|
||||
RamlMethod getMethod(string verb) {
|
||||
verb = httpVerb() and
|
||||
result = lookup(verb)
|
||||
result = this.lookup(verb)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user