diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-24 16:14:23 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-24 16:14:23 +0200 |
commit | 1c8206f8c0c8921643aa1b070fbe6648411300fe (patch) | |
tree | 1ee523e701fa369d0290d14e50a6f0b3cb5fb50f /src/background | |
parent | fc53a08bb0ffaf2bd49408f50701f17cdd603fb9 (diff) |
remove dead code and add comments
Diffstat (limited to 'src/background')
-rw-r--r-- | src/background/background.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/background/background.ts b/src/background/background.ts index 9b50caf9c..aca27ef47 100644 --- a/src/background/background.ts +++ b/src/background/background.ts @@ -20,7 +20,9 @@ * @author Florian Dold */ - +/** + * Imports. + */ import {wxMain} from "./../wxBackend"; window.addEventListener("load", () => { |