Remove all inheritDoc tags from src/ol/control

This commit is contained in:
Frederic Junod
2020-03-26 10:30:46 +01:00
parent 6522e6a17f
commit 706dd3c87c
5 changed files with 18 additions and 5 deletions

View File

@@ -162,7 +162,10 @@ class MousePosition extends Control {
}
/**
* @inheritDoc
* Remove the control from its current map and attach it to the new map.
* Subclasses may set up event handlers to get notified about changes to
* the map here.
* @param {import("../PluggableMap.js").default} map Map.
* @api
*/
setMap(map) {