mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
use more set literals
This commit is contained in:
@@ -385,12 +385,7 @@ private module JQueryClientRequest {
|
||||
string name;
|
||||
|
||||
JQueryAjaxShortHand() {
|
||||
(
|
||||
name = "get" or
|
||||
name = "getJSON" or
|
||||
name = "getScript" or
|
||||
name = "post"
|
||||
) and
|
||||
name = ["get", "getJSON", "getScript", "post"] and
|
||||
this = jquery().getAMemberCall(name)
|
||||
or
|
||||
name = "load" and
|
||||
|
||||
Reference in New Issue
Block a user