aboutsummaryrefslogtreecommitdiff
path: root/src/webex/background.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-02 00:46:57 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-02 00:46:57 +0100
commitd6a3a54d28a5d1e21cc3cca9927c78f674044531 (patch)
tree6a1c7da3e73305ecbf12e67fcbbbe1fbe6bfe302 /src/webex/background.ts
parent574e6ce37ccf11fb15788937239acf79d76a8c20 (diff)
downloadwallet-core-d6a3a54d28a5d1e21cc3cca9927c78f674044531.tar.xz
installation popup in FF
Diffstat (limited to 'src/webex/background.ts')
-rw-r--r--src/webex/background.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/background.ts b/src/webex/background.ts
index 3c63f323e..dbc540df4 100644
--- a/src/webex/background.ts
+++ b/src/webex/background.ts
@@ -23,7 +23,7 @@
/**
* Imports.
*/
-import {wxMain} from "./wxBackend";
+import { wxMain } from "./wxBackend";
window.addEventListener("load", () => {
wxMain();