aboutsummaryrefslogtreecommitdiff
path: root/src/background
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-15 15:07:17 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-15 15:07:17 +0100
commitded02bf11f31c7b9d9cf8b2c863485a491b4c0ae (patch)
treef6106f1aba8fabecd42e06308b3d5c69243398db /src/background
parenta92b7dc0df64ce647ba55315c386e1bf447e3528 (diff)
downloadwallet-core-ded02bf11f31c7b9d9cf8b2c863485a491b4c0ae.tar.xz
renaming / dce
Diffstat (limited to 'src/background')
-rw-r--r--src/background/background.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/background.ts b/src/background/background.ts
index 57335e023..ba9be16e2 100644
--- a/src/background/background.ts
+++ b/src/background/background.ts
@@ -30,7 +30,7 @@ window.addEventListener("load", () => {
defaultJSExtensions: true,
});
- System.import("../wxMessaging")
+ System.import("../wxBackend")
.then((wxMessaging: any) => {
// Export as global for debugger
(window as any).wxMessaging = wxMessaging;