aboutsummaryrefslogtreecommitdiff
path: root/extension/content_scripts/notify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/content_scripts/notify.ts')
-rw-r--r--extension/content_scripts/notify.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/content_scripts/notify.ts b/extension/content_scripts/notify.ts
index c2dd5ab64..47f57b6a0 100644
--- a/extension/content_scripts/notify.ts
+++ b/extension/content_scripts/notify.ts
@@ -16,14 +16,14 @@
/// <reference path="../lib/decl/chrome/chrome.d.ts" />
+"use strict";
+
+
/**
* Script that is injected into (all!) pages to allow them
* to interact with the GNU Taler wallet via DOM Events.
*/
-
-"use strict";
-
// Make sure we don't pollute the namespace too much.
namespace TalerNotify {
const PROTOCOL_VERSION = 1;