From 866d11a3d3f814230db8eb3ffa2308dc01923722 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 28 Dec 2020 23:40:12 +0100 Subject: [PATCH] Update src/javascript/configuration/configuration.ts #48 Fix Typo --- src/javascript/configuration/configuration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/javascript/configuration/configuration.ts b/src/javascript/configuration/configuration.ts index 9f7136d..841301b 100644 --- a/src/javascript/configuration/configuration.ts +++ b/src/javascript/configuration/configuration.ts @@ -27,7 +27,7 @@ class Configuration { callback(this.settingsCache.get(key)); } else { - // TODO see commenz + // TODO see comment // OOOPS // currently all settings are default true. This isnĀ“t a problem but there should be much better soloutions after migration to typescript.... getGlobalStorageProvider().getDataAsBoolean(key, true, value => { this.settingsCache.set(key, value); @@ -45,4 +45,4 @@ export function getGlobalConfiguration() { } return __globalConfig; -} \ No newline at end of file +}