summaryrefslogtreecommitdiff
path: root/src/webex/notify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/notify.ts')
-rw-r--r--src/webex/notify.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webex/notify.ts b/src/webex/notify.ts
index d76d121a0..887658ef9 100644
--- a/src/webex/notify.ts
+++ b/src/webex/notify.ts
@@ -26,9 +26,9 @@
*/
import * as wxApi from "./wxApi";
-declare var cloneInto: any;
+declare let cloneInto: any;
-let logVerbose: boolean = false;
+let logVerbose = false;
try {
logVerbose = !!localStorage.getItem("taler-log-verbose");
} catch (e) {