fix(core): update

This commit is contained in:
2020-12-08 22:31:35 +00:00
parent 8fb071f57b
commit 5ce55190fe
3 changed files with 14 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ export class WebSetup {
return subLevel;
}
/**
* flashes the title with the given text
* @param flashTextArg
*/
public flashTitle(flashTextArg: string) {}
/**