diff options
Diffstat (limited to 'background/main.ts')
-rw-r--r-- | background/main.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/background/main.ts b/background/main.ts index 746d81a60..724c4c978 100644 --- a/background/main.ts +++ b/background/main.ts @@ -16,6 +16,8 @@ /** * Entry point for the background page. + * + * @author Florian Dold */ "use strict"; @@ -34,4 +36,4 @@ System.import("../lib/wallet/wxMessaging") .catch((e) => { console.log("wallet failed"); console.error(e.stack); - });
\ No newline at end of file + }); |