summaryrefslogtreecommitdiff
path: root/editor/tooltip.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tooltip.ml')
-rwxr-xr-xeditor/tooltip.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/tooltip.ml b/editor/tooltip.ml
index e172cbf..05d56d4 100755
--- a/editor/tooltip.ml
+++ b/editor/tooltip.ml
@@ -1,8 +1,7 @@
open StdLabels
-open Js_of_ocaml
open Brr
-
+module Js = Js_of_ocaml.Js
module PM = Prosemirror
(** https://prosemirror.net/examples/tooltip/ *)