Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 13, 2024
1 parent 15c2cac commit 594eb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/class/qxl/apiviewer/CreateClassDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ qx.Class.define("qxl.apiviewer.CreateClassDb", {
getRequiredClasses(metaDb, opt) {
let result = {};
metaDb.getClassnames().forEach(classname => (result[classname] = true));
let includes = [];
if (opt.includeToAPIViewer) {
includes = this.expandClassnames(opt.includeToAPIViewer, result);
}
Expand Down

0 comments on commit 594eb7a

Please sign in to comment.