Apply suggestions from code review

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Jorge
2023-06-29 16:06:34 +02:00
committed by GitHub
parent 2ac334bf15
commit e210b0d0a7

View File

@@ -18,7 +18,6 @@ module Webix {
/** Gets a reference to the Webix package. */
API::Node webix() {
result = API::moduleImport("webix") or
result.asSource() = DataFlow::moduleImport("webix") or
result = any(WebixGlobalEntry w).getANode()
}
}