diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:46:20 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:56:41 +0100 |
commit | 1cca800254bca4b34e911f252223ef0456dd95d7 (patch) | |
tree | 23e55fdbb0d07146b7425a4a25664fdc17bce76f /background | |
parent | 5c600904f5d30773f5700f1df934d5235558b2eb (diff) |
add author
Diffstat (limited to 'background')
-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 + }); |