diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-12-30 02:41:22 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-12-30 02:41:22 +0000 |
commit | 736522335971a165326b741632dbd5e1efdf6ec3 (patch) | |
tree | 67c46a7819473edab3b7b4f1ddba4dceb645a4fc /map.js | |
parent | dbc4875e553af4d617bba3d2450562c0671aea95 (diff) |
cleanup
Diffstat (limited to 'map.js')
-rw-r--r-- | map.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); }); |