aboutsummaryrefslogtreecommitdiff
path: root/extension/content_scripts/notify.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-10 20:07:42 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-10 20:07:42 +0100
commit473503a246aa7a23539a349710c5549d1d87c147 (patch)
tree2b1ee9b420df72a0d861759d1fbcd2226e489086 /extension/content_scripts/notify.ts
parentdd19e0ecbe114ebd71122ff57ea56eabb6258b75 (diff)
downloadwallet-core-473503a246aa7a23539a349710c5549d1d87c147.tar.xz
The great modularization.
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.
Diffstat (limited to 'extension/content_scripts/notify.ts')
-rw-r--r--extension/content_scripts/notify.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/content_scripts/notify.ts b/extension/content_scripts/notify.ts
index e2ffaefa9..72d5a789d 100644
--- a/extension/content_scripts/notify.ts
+++ b/extension/content_scripts/notify.ts
@@ -17,6 +17,8 @@
// Script that is injected into pages in order to allow merchants pages to
// query the availability of Taler.
+/// <reference path="../lib/decl/chrome/chrome.d.ts" />
+
"use strict";
document.addEventListener("taler-checkout-probe", function(e) {