Add basic docs for mousewheelzoominteraction

This commit is contained in:
Marc Jansen
2015-04-22 14:21:40 +02:00
parent 73b103a19c
commit 5a6c95b13c

View File

@@ -62,6 +62,8 @@ goog.inherits(ol.interaction.MouseWheelZoom, ol.interaction.Interaction);
/**
* Handles the {@link ol.MapBrowserEvent map browser event} (if it was a
* mousewheel-event) and eventually zooms the map.
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
* @return {boolean} `false` to stop event propagation.
* @this {ol.interaction.MouseWheelZoom}