aboutsummaryrefslogtreecommitdiff
path: root/src/Lib/Dom/Document.ml
diff options
context:
space:
mode:
authorJoris2020-07-26 18:16:59 +0200
committerJoris2020-07-26 18:16:59 +0200
commit4ee0dfae75fda3a8b6347d55c728b50ce5c210d9 (patch)
tree5f73adaf57354e0070acaa9a6b60dc49c0c48526 /src/Lib/Dom/Document.ml
parent447f43995ae8d83c82d98d9d8968e90d6c4518e7 (diff)
downloadmap-4ee0dfae75fda3a8b6347d55c728b50ce5c210d9.tar.gz
map-4ee0dfae75fda3a8b6347d55c728b50ce5c210d9.tar.bz2
map-4ee0dfae75fda3a8b6347d55c728b50ce5c210d9.zip
Allow to customize icons
Diffstat (limited to 'src/Lib/Dom/Document.ml')
-rw-r--r--src/Lib/Dom/Document.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Lib/Dom/Document.ml b/src/Lib/Dom/Document.ml
index 867e28c..39c1bb4 100644
--- a/src/Lib/Dom/Document.ml
+++ b/src/Lib/Dom/Document.ml
@@ -12,3 +12,6 @@ let querySelectorUnsafe id =
external createTextNode : string -> Dom.element = "createTextNode"
[@@bs.val] [@@bs.scope "document"]
+
+external location : Location.location = "location"
+ [@@bs.val] [@@bs.scope "document"]