Adding missing return type.

This commit is contained in:
ahocevar
2012-06-24 22:12:58 +02:00
parent 9758910fc6
commit c218e7a139

View File

@@ -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),