aboutsummaryrefslogtreecommitdiff
path: root/src/background
diff options
context:
space:
mode:
Diffstat (limited to 'src/background')
-rw-r--r--src/background/background.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/background/background.ts b/src/background/background.ts
index 8a3f2477d..fe2359812 100644
--- a/src/background/background.ts
+++ b/src/background/background.ts
@@ -27,8 +27,8 @@ window.addEventListener("load", () => {
// TypeScript does not allow ".js" extensions in the
// module name, so SystemJS must add it.
System.config({
- defaultJSExtensions: true,
- });
+ defaultJSExtensions: true,
+ });
System.import("../wxBackend")
.then((wxMessaging: any) => {