aboutsummaryrefslogtreecommitdiff
path: root/content_scripts/notify.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-05 00:09:54 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-05 00:09:54 +0200
commit5bea586218258e538cb79fcacf34f6c4bfd80ff7 (patch)
tree4a1c18c4de05f43520295a0df3c5e9437b4b42e5 /content_scripts/notify.ts
parent6604bda9f6e890b1b2bd447dc4dd5a4a544fee4c (diff)
downloadwallet-core-5bea586218258e538cb79fcacf34f6c4bfd80ff7.tar.xz
type declaration for cloneInto
Diffstat (limited to 'content_scripts/notify.ts')
-rw-r--r--content_scripts/notify.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts
index 0e723b52c..d095ee166 100644
--- a/content_scripts/notify.ts
+++ b/content_scripts/notify.ts
@@ -28,6 +28,8 @@
"use strict";
+declare var cloneInto: any;
+
// Make sure we don't pollute the namespace too much.
namespace TalerNotify {
const PROTOCOL_VERSION = 1;