From 4ee0dfae75fda3a8b6347d55c728b50ce5c210d9 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 26 Jul 2020 18:16:59 +0200 Subject: Allow to customize icons --- src/Lib/Dom/Document.ml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Lib/Dom/Document.ml') 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"] -- cgit v1.2.3