leaflet/src/global.ml

5 lines
110 B
OCaml
Raw Normal View History

2022-04-07 14:45:11 +02:00
let leaflet =
match Jv.(find global "L") with
| Some l -> l
| None -> failwith "Could not load Leaflet"