From 1cca800254bca4b34e911f252223ef0456dd95d7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Mar 2016 19:46:20 +0100 Subject: add author --- content_scripts/notify.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'content_scripts') 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 */ -/// - -"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 */ + +/// + +"use strict"; + // Make sure we don't pollute the namespace too much. namespace TalerNotify { const PROTOCOL_VERSION = 1; -- cgit v1.2.3