diff --git a/src/ol/control/Zoom.js b/src/ol/control/Zoom.js index 45a3151c76..6aaf378f8f 100644 --- a/src/ol/control/Zoom.js +++ b/src/ol/control/Zoom.js @@ -78,6 +78,7 @@ ol.control.Zoom.prototype.deactivate = function() { /** * @param {Event} evt + * @return {boolean} */ ol.control.Zoom.prototype.handle = function(evt) { var target = /** @type {Node} */ (evt.target),