modified notification markers, so that a trigger function can be named

that will prevent the notification from happening
This commit is contained in:
DennisSchiefer
2012-07-04 12:36:43 +01:00
parent c38c0b6f03
commit f385ea4e97
2 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ onDrag: function(e) {
OSRM.Geocoder.updateLocation( this.parent.label );
},
onDragStart: function(e) {
OSRM.GUI.clear_timeout(0);
//OSRM.GUI.clear_timeout(0);
OSRM.G.dragging = true;
this.switchIcon(this.options.dragicon);