aboutsummaryrefslogtreecommitdiff
path: root/src/content_scripts/notify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_scripts/notify.ts')
-rw-r--r--src/content_scripts/notify.ts7
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;