aboutsummaryrefslogtreecommitdiff
path: root/content_scripts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 19:46:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 19:56:41 +0100
commit1cca800254bca4b34e911f252223ef0456dd95d7 (patch)
tree23e55fdbb0d07146b7425a4a25664fdc17bce76f /content_scripts
parent5c600904f5d30773f5700f1df934d5235558b2eb (diff)
downloadwallet-core-1cca800254bca4b34e911f252223ef0456dd95d7.tar.xz
add author
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/notify.ts11
1 files changed, 7 insertions, 4 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts
index 6fa965ba7..afc03c934 100644
--- a/content_scripts/notify.ts
+++ b/content_scripts/notify.ts
@@ -14,16 +14,19 @@
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/
-/// <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.
+ *
+ * @author Florian Dold
*/
+
+/// <reference path="../lib/decl/chrome/chrome.d.ts" />
+
+"use strict";
+
// Make sure we don't pollute the namespace too much.
namespace TalerNotify {
const PROTOCOL_VERSION = 1;