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 cb5ef7d commit 26d8e33Copy full SHA for 26d8e33
javascript/ql/src/semmle/javascript/frameworks/jQuery.qll
@@ -296,9 +296,9 @@ private class JQueryAjaxCall extends ClientRequest::Range {
296
}
297
298
299
-/**
300
- * Gets the response data node from a call to a jqXHR Object.
301
- */
+/**
+ * Gets the response data node from a call to a jqXHR Object.
+ */
302
DataFlow::Node getAnAjaxCallbackDataNode(ClientRequest::Range request) {
303
result =
304
request.getAMemberCall(any(string s | s = "done" or s = "then")).getCallback(0).getParameter(0)
0 commit comments