Merge pull request #8171 from fredj/rm_extra_override
Remove wrong override tags
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user