We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1628e commit 19c6092Copy full SHA for 19c6092
javascript/ql/src/semmle/javascript/DOM.qll
@@ -307,7 +307,7 @@ module DOM {
307
)
308
or
309
// A `this` node from a callback given to a `$().each(callback)` call.
310
- // purposely not using JQuery::MethodCall to avoid `jquery.each()`.
+ // purposely not using JQuery::MethodCall to avoid `jquery.each()`.
311
exists(DataFlow::CallNode eachCall | eachCall = JQuery::objectRef().getAMethodCall("each") |
312
this = DataFlow::thisNode(eachCall.getCallback(0).getFunction()) or
313
this = eachCall.getABoundCallbackParameter(0, 1)
0 commit comments