diff --git a/src/ext/lib/ActionHandler.ts b/src/ext/lib/ActionHandler.ts index 3d39c33..d6da2fa 100644 --- a/src/ext/lib/ActionHandler.ts +++ b/src/ext/lib/ActionHandler.ts @@ -25,7 +25,7 @@ class ActionHandler { commands: any[] = []; - constructor(eventBus, settings, logger) { + constructor(eventBus: EventBus, settings, logger) { this.logger = logger; this.settings = settings; this.eventBus = eventBus; diff --git a/src/ext/lib/Settings.ts b/src/ext/lib/Settings.ts index f972c81..ad6ae91 100644 --- a/src/ext/lib/Settings.ts +++ b/src/ext/lib/Settings.ts @@ -349,7 +349,6 @@ class Settings { } // ----------------------------------------- - // Nastavitve za posamezno stran // Config for a given page: // // : { @@ -358,7 +357,6 @@ class Settings { // statusEmbedded: