diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-11-04 21:10:10 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-11-04 21:10:10 +0100 |
commit | 4ce71f7ab0d531a0ca5179aee68391fefe5dd251 (patch) | |
tree | 498cfaeb2e35eb7680d71b0544683d07211d713b | |
parent | c4bebd808a672ed301f939e192bbb3575594ced1 (diff) |
Fix strip stray } in map init().
-rw-r--r-- | home/map.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/map.js b/home/map.js index 548db5e..51993b1 100644 --- a/home/map.js +++ b/home/map.js @@ -10,7 +10,6 @@ function init(){ attributionControl: false }); var waypoints = L.geoJson([],{ - } }).addTo(map); L.control.zoom({position: 'topright'}).addTo(map); |