Skip to content

Commit 19c6092

Browse files
committed
autoformat
1 parent ea1628e commit 19c6092

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/DOM.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ module DOM {
307307
)
308308
or
309309
// A `this` node from a callback given to a `$().each(callback)` call.
310-
// purposely not using JQuery::MethodCall to avoid `jquery.each()`.
310+
// purposely not using JQuery::MethodCall to avoid `jquery.each()`.
311311
exists(DataFlow::CallNode eachCall | eachCall = JQuery::objectRef().getAMethodCall("each") |
312312
this = DataFlow::thisNode(eachCall.getCallback(0).getFunction()) or
313313
this = eachCall.getABoundCallbackParameter(0, 1)

0 commit comments

Comments
 (0)