do types
This commit is contained in:
parent
a5a121ee00
commit
f0120010fe
@ -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;
|
||||
|
@ -349,7 +349,6 @@ class Settings {
|
||||
}
|
||||
|
||||
// -----------------------------------------
|
||||
// Nastavitve za posamezno stran
|
||||
// Config for a given page:
|
||||
//
|
||||
// <hostname> : {
|
||||
@ -358,7 +357,6 @@ class Settings {
|
||||
// statusEmbedded: <option> // reserved for future... maybe
|
||||
// }
|
||||
//
|
||||
// Veljavne vrednosti za možnosti
|
||||
// Valid values for options:
|
||||
//
|
||||
// status, arStatus, statusEmbedded:
|
||||
|
Loading…
Reference in New Issue
Block a user