Skip to content

Commit e210b0d

Browse files
jorgectfasgerf
andauthored
Apply suggestions from code review
Co-authored-by: Asger F <[email protected]>
1 parent 2ac334b commit e210b0d

File tree

1 file changed

+0
-1
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+0
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/Webix.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module Webix {
1818
/** Gets a reference to the Webix package. */
1919
API::Node webix() {
2020
result = API::moduleImport("webix") or
21-
result.asSource() = DataFlow::moduleImport("webix") or
2221
result = any(WebixGlobalEntry w).getANode()
2322
}
2423
}

0 commit comments

Comments
 (0)