update
This commit is contained in:
@@ -15,9 +15,6 @@ export class Boot {
|
|||||||
// Static Global Data
|
// Static Global Data
|
||||||
static data = {};
|
static data = {};
|
||||||
|
|
||||||
// App Loaded state
|
|
||||||
static #started = false;
|
|
||||||
|
|
||||||
// Widget Stack
|
// Widget Stack
|
||||||
static widgetStack = {};
|
static widgetStack = {};
|
||||||
|
|
||||||
@@ -32,13 +29,6 @@ export class Boot {
|
|||||||
static vars = {};
|
static vars = {};
|
||||||
|
|
||||||
static ready(callback) {
|
static ready(callback) {
|
||||||
|
|
||||||
if (Boot.#started) {
|
|
||||||
console.log('Register already called!');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Boot.#started = true;
|
|
||||||
|
|
||||||
dxReady(() => {
|
dxReady(() => {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user