changed notification triggers from wrapped functions to simple function

calls
This commit is contained in:
DennisSchiefer
2012-07-05 13:53:07 +01:00
parent efa959d112
commit 8f6cd99ff6
8 changed files with 188 additions and 173 deletions
+1
View File
@@ -99,6 +99,7 @@ onDrag: function(e) {
OSRM.Geocoder.updateLocation( this.parent.label );
},
onDragStart: function(e) {
OSRM.GUI.deactivateTooltip( "dragging" );
OSRM.G.dragging = true;
this.switchIcon(this.options.dragicon);