diff --git a/final.ql b/final.ql index 8b13789..ddb661a 100644 --- a/final.ql +++ b/final.ql @@ -1 +1,3 @@ +import javascript +select "" \ No newline at end of file diff --git a/plugin-options.ql b/plugin-options.ql index 18246b8..b73394a 100644 --- a/plugin-options.ql +++ b/plugin-options.ql @@ -5,4 +5,4 @@ where read = jquery().getAPropertyRead() and read.getPropertyName() = "fn" and read.getAPropertySource() = plugin and options = plugin.getLastParameter() -select plugin, options \ No newline at end of file +select options \ No newline at end of file