autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-04-23 20:59:34 +02:00
parent ea1628ef54
commit 19c6092998

View File

@@ -307,7 +307,7 @@ module DOM {
)
or
// A `this` node from a callback given to a `$().each(callback)` call.
// purposely not using JQuery::MethodCall to avoid `jquery.each()`.
// purposely not using JQuery::MethodCall to avoid `jquery.each()`.
exists(DataFlow::CallNode eachCall | eachCall = JQuery::objectRef().getAMethodCall("each") |
this = DataFlow::thisNode(eachCall.getCallback(0).getFunction()) or
this = eachCall.getABoundCallbackParameter(0, 1)