From f119b79101024766d21dc052dd0c79e2e42c2c2a Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Thu, 5 Jul 2012 13:00:57 +0100 Subject: [PATCH] removed comment --- WebContent/base/osrm/OSRM.Marker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/WebContent/base/osrm/OSRM.Marker.js b/WebContent/base/osrm/OSRM.Marker.js index 9ab1377c1..7b6d402e7 100644 --- a/WebContent/base/osrm/OSRM.Marker.js +++ b/WebContent/base/osrm/OSRM.Marker.js @@ -99,7 +99,6 @@ onDrag: function(e) { OSRM.Geocoder.updateLocation( this.parent.label ); }, onDragStart: function(e) { - //OSRM.GUI.clear_timeout(0); OSRM.G.dragging = true; this.switchIcon(this.options.dragicon);