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
|
* 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) {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user