diff --git a/src/ol/control/Control.js b/src/ol/control/Control.js index 7da5875aec..89791b506b 100644 --- a/src/ol/control/Control.js +++ b/src/ol/control/Control.js @@ -115,7 +115,6 @@ Control.prototype.getMap = function() { * Subclasses may set up event handlers to get notified about changes to * the map here. * @param {module:ol/PluggableMap} map Map. - * @override * @api */ Control.prototype.setMap = function(map) { diff --git a/src/ol/events/Event.js b/src/ol/events/Event.js index b1f24b3830..6e87787bc0 100644 --- a/src/ol/events/Event.js +++ b/src/ol/events/Event.js @@ -41,7 +41,6 @@ const Event = function(type) { /** * Stop event propagation. * @function - * @override * @api */ Event.prototype.preventDefault = @@ -49,7 +48,6 @@ Event.prototype.preventDefault = /** * Stop event propagation. * @function - * @override * @api */ Event.prototype.stopPropagation = function() {