diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-23 21:57:07 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-23 21:57:07 +0200 |
commit | b48de94ff477d12f59c392b14e6518174bec879c (patch) | |
tree | f0bdfac51608a958bbb7b3b0d904d204a8839d01 /background/main.ts | |
parent | 667c055fc25c3d1de6ac6d82db2b0d90f3414672 (diff) |
add animation
Diffstat (limited to 'background/main.ts')
-rw-r--r-- | background/main.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/background/main.ts b/background/main.ts index 1772e0eee..60046e733 100644 --- a/background/main.ts +++ b/background/main.ts @@ -31,6 +31,8 @@ System.config({ System.import("../lib/wallet/wxMessaging") .then((wxMessaging) => { + // Export as global for debugger + (window as any).wxMessaging = wxMessaging; wxMessaging.wxMain(); }) .catch((e) => { |