This commit is contained in:
german 2026-04-14 15:49:59 +04:00
parent 12adaec761
commit 738896650d
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ class FindObjectMap {
} }
this._app = app; this._app = app;
this._num = num; this._num = num;
this.title = undefined;
return this; return this;
} }
all(q) { all(q) {

File diff suppressed because one or more lines are too long