small popup change
This commit is contained in:
parent
1e581ef172
commit
b9c6864ef1
3 changed files with 6 additions and 6 deletions
|
|
@ -41,9 +41,9 @@ val opt_to_string : opt -> string
|
|||
(** [opt_to_jv opt] is [opt] as {!Jv.t} *)
|
||||
val opt_to_jv : opt -> Jv.t
|
||||
|
||||
(** [create s latlng options] is a new popup setup with [options], position set
|
||||
to [latlng] and content to [s] *)
|
||||
val create : string option -> latlng:Latlng.t option -> opt list -> t
|
||||
(** [create ~content ~latlng options] is a new popup setup with [options],
|
||||
position set to [latlng] and content to [s] *)
|
||||
val create : content:string option -> latlng:Latlng.t option -> opt list -> t
|
||||
|
||||
(** [create_from_el el latlng options] is a new popup setup with [options],
|
||||
position set to [latlng] and content to [el] *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue