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/content_scripts/notify.ts | |
parent | fc53a08bb0ffaf2bd49408f50701f17cdd603fb9 (diff) |
remove dead code and add comments
Diffstat (limited to 'src/content_scripts/notify.ts')
-rw-r--r-- | src/content_scripts/notify.ts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/content_scripts/notify.ts b/src/content_scripts/notify.ts index 498331630..64414e0b9 100644 --- a/src/content_scripts/notify.ts +++ b/src/content_scripts/notify.ts @@ -16,13 +16,14 @@ /** - * Script that is injected into (all!) pages to allow them + * Module that is injected into (all!) pages to allow them * to interact with the GNU Taler wallet via DOM Events. - * - * @author Florian Dold */ +/** + * Imports. + */ import URI = require("urijs"); declare var cloneInto: any; |