Remove all inheritDoc tags from src/ol/

This commit is contained in:
Frederic Junod
2020-04-03 08:20:49 +02:00
parent d15ec1c12c
commit 9e862c1111
8 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -155,14 +155,14 @@ class VectorRenderTile extends Tile {
}
/**
* @inheritDoc
* Load the tile.
*/
load() {
this.getSourceTiles();
}
/**
* @inheritDoc
* Remove from the cache due to expiry
*/
release() {
for (const key in this.context_) {