Remove wrong override tags

This commit is contained in:
Frederic Junod
2018-05-09 12:38:21 +02:00
parent bae2ac4f0f
commit 5b4063fa17
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -115,7 +115,6 @@ Control.prototype.getMap = function() {
* Subclasses may set up event handlers to get notified about changes to * Subclasses may set up event handlers to get notified about changes to
* the map here. * the map here.
* @param {module:ol/PluggableMap} map Map. * @param {module:ol/PluggableMap} map Map.
* @override
* @api * @api
*/ */
Control.prototype.setMap = function(map) { Control.prototype.setMap = function(map) {
-2
View File
@@ -41,7 +41,6 @@ const Event = function(type) {
/** /**
* Stop event propagation. * Stop event propagation.
* @function * @function
* @override
* @api * @api
*/ */
Event.prototype.preventDefault = Event.prototype.preventDefault =
@@ -49,7 +48,6 @@ Event.prototype.preventDefault =
/** /**
* Stop event propagation. * Stop event propagation.
* @function * @function
* @override
* @api * @api
*/ */
Event.prototype.stopPropagation = function() { Event.prototype.stopPropagation = function() {