Skip to content

Commit

Permalink
correction of addEventListener experimentation 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut committed Apr 22, 2021
1 parent 7fb7c38 commit a9b5e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cordova_in_app_browser.mli
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ val url : t -> string
val tgt : t -> target
val option : t -> string

[@@@js.implem
(*[@@@js.implem*)
open Js_of_ocaml.Dom_html
val addEventListener :
t -> (*Where to add the listener*)
Expand All @@ -235,7 +235,7 @@ val addEventListener :
bool t -> event_listener_id
[@@js.call "on"]
*)
]
(*]*)

val close : t -> unit[@@js.call]

Expand Down

0 comments on commit a9b5e97

Please sign in to comment.