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 a71567d commit ea1628eCopy full SHA for ea1628e
javascript/ql/src/semmle/javascript/frameworks/jQuery.qll
@@ -601,7 +601,7 @@ module JQuery {
601
}
602
603
/**
604
- * Holds for jQuery plugin definitions of the form `$.fn.<pluginName> = <plugin>` or $.extend($.fn, {<pluginName>, <plugin>})`.
+ * Holds for jQuery plugin definitions of the form `$.fn.<pluginName> = <plugin>` or `$.extend($.fn, {<pluginName>, <plugin>})`.
605
*/
606
private predicate jQueryPluginDefinition(string pluginName, DataFlow::Node plugin) {
607
exists(DataFlow::PropRead fn, DataFlow::PropWrite write |
0 commit comments