add all event from ocaml

This commit is contained in:
Swrup 2022-02-18 18:31:55 +01:00
parent c18af91a9f
commit 5785252c7f
8 changed files with 52 additions and 15 deletions

View file

@ -43,7 +43,7 @@ let render_time date_span =
in
ignore @@ Jv.set date_span "innerHTML" (Jv.of_string date)
let make_pretty _ =
let make_pretty _event =
log "make pretty@.";
let document = Jv.get Jv.global "document" in