From 4ce71f7ab0d531a0ca5179aee68391fefe5dd251 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 4 Nov 2013 21:10:10 +0100 Subject: Fix strip stray } in map init(). --- home/map.js | 1 - 1 file changed, 1 deletion(-) (limited to 'home') 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); -- cgit v1.2.3