diff options
Diffstat (limited to 'content_scripts/notify.ts')
-rw-r--r-- | content_scripts/notify.ts | 2 |
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; |