Skip to content

Commit ea1628e

Browse files
erik-kroghesbena
andauthored
fix typo in jQuery.qll
Co-Authored-By: Esben Sparre Andreasen <[email protected]>
1 parent a71567d commit ea1628e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/jQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ module JQuery {
601601
}
602602

603603
/**
604-
* Holds for jQuery plugin definitions of the form `$.fn.<pluginName> = <plugin>` or $.extend($.fn, {<pluginName>, <plugin>})`.
604+
* Holds for jQuery plugin definitions of the form `$.fn.<pluginName> = <plugin>` or `$.extend($.fn, {<pluginName>, <plugin>})`.
605605
*/
606606
private predicate jQueryPluginDefinition(string pluginName, DataFlow::Node plugin) {
607607
exists(DataFlow::PropRead fn, DataFlow::PropWrite write |

0 commit comments

Comments
 (0)