aboutsummaryrefslogtreecommitdiff
path: root/content_scripts/notify.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-02 00:47:00 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-02 00:49:10 +0100
commit7c03db9ba0fcbf10da8fc37ff55b6d987aab8541 (patch)
tree396ad80cf28680ff1fe21a9fb60ec4b190899464 /content_scripts/notify.js
parentff3cea6b64704af2af824b074eadd32a00d2e72e (diff)
downloadwallet-core-7c03db9ba0fcbf10da8fc37ff55b6d987aab8541.tar.xz
db versioning
Diffstat (limited to 'content_scripts/notify.js')
-rw-r--r--content_scripts/notify.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/content_scripts/notify.js b/content_scripts/notify.js
index ee0d96d72..1a8f56b99 100644
--- a/content_scripts/notify.js
+++ b/content_scripts/notify.js
@@ -13,12 +13,14 @@
You should have received a copy of the GNU General Public License along with
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.
var TalerNotify;
(function (TalerNotify) {