Merge pull request #8171 from fredj/rm_extra_override

Remove wrong override tags
This commit is contained in:
Frédéric Junod
2018-05-09 13:22:30 +02:00
committed by GitHub
2 changed files with 0 additions and 3 deletions

View File

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

View File

@@ -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() {