summaryrefslogtreecommitdiff
path: root/chrome-any.d.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-11 15:51:56 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-11 15:52:04 +0200
commitc27f2f6b8c7a69a0725b37b60da52db746514264 (patch)
tree3eac91bee98013a62b1d5ca7be1fcc1f9562dbb2 /chrome-any.d.ts
parentd6326cd85b6946a430252213bad5c1634a682d38 (diff)
downloadweb-common-c27f2f6b8c7a69a0725b37b60da52db746514264.tar.gz
web-common-c27f2f6b8c7a69a0725b37b60da52db746514264.tar.bz2
web-common-c27f2f6b8c7a69a0725b37b60da52db746514264.zip
fix page/extension distinction for Firefox
Diffstat (limited to 'chrome-any.d.ts')
-rw-r--r--chrome-any.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome-any.d.ts b/chrome-any.d.ts
new file mode 100644
index 0000000..b621337
--- /dev/null
+++ b/chrome-any.d.ts
@@ -0,0 +1,2 @@
+// We don't really need the full declaration here, so just include this.
+declare let chrome: any;