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 +}