Skip to content

Commit c84ad63

Browse files
committed
Fixed syntax error
1 parent 5f6a8e9 commit c84ad63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<script type="text/javascript">
2929
var map = L.map('map').setView([0, 0], 2),
30-
geocoder = L.Control.Geocoder.nominatim()
30+
geocoder = L.Control.Geocoder.nominatim(),
3131
control = L.Control.geocoder({
3232
geocoder: geocoder
3333
}).addTo(map),

0 commit comments

Comments
 (0)