From f0120010fefbb8ae64bf5accb0a691e2d2067264 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 31 Jul 2022 00:14:40 +0200 Subject: [PATCH] do types --- src/ext/lib/ActionHandler.ts | 2 +- src/ext/lib/Settings.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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: