ol.MapBrowserEvent: call browserEvent.{preventDefault|stopPropagation}

This commit is contained in:
Frederic Junod
2013-06-14 09:45:45 +02:00
parent 4392feef1b
commit 2bd87313cd
6 changed files with 20 additions and 4 deletions
@@ -93,7 +93,6 @@ ol.interaction.MouseWheelZoom.prototype.handleMapBrowserEvent =
goog.bind(this.doZoom_, this, map), timeLeft);
mapBrowserEvent.preventDefault();
mouseWheelEvent.preventDefault();
}
};