Skip to content

Commit

Permalink
remove wrong documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Wang authored Dec 14, 2016
1 parent d48a710 commit 2157876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geoloc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ let make_my_position_marker ?(title="My position") () =
let set_my_position_icon ~my_position url =
Marker.set_icon my_position (Icon.create ~url ())

(** Function taking a string representing the id of the div
containing the map **)
let create_map ?mapoptions (lat,lng) zoom elt =
let center = LatLng.new_lat_lng lat lng in
let opts = match mapoptions with
Expand Down

0 comments on commit 2157876

Please sign in to comment.