From 736522335971a165326b741632dbd5e1efdf6ec3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 30 Dec 2013 02:41:22 +0000 Subject: cleanup --- map.js | 1 - 1 file changed, 1 deletion(-) (limited to 'map.js') diff --git a/map.js b/map.js index 8f7a088..a248b1c 100644 --- a/map.js +++ b/map.js @@ -497,7 +497,6 @@ function addNewNodeText(point) { } function setNewMarker(point) { -// TODO: make this dragable?? var marker = new google.maps.Marker({position: point, icon: makeIcon('newnode')}); var infowindow = new google.maps.InfoWindow({ content: addNewNodeText(point) }); google.maps.event.addListener(infowindow,"closeclick",function () { marker.setMap(null); }); -- cgit v1.2.1