Remove all inheritDoc tags from src/ol/
This commit is contained in:
@@ -87,14 +87,14 @@ class VectorTile extends Tile {
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @return {string} Key.
|
||||
*/
|
||||
getKey() {
|
||||
return this.url_;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* Load not yet loaded URI.
|
||||
*/
|
||||
load() {
|
||||
if (this.state == TileState.IDLE) {
|
||||
|
||||
Reference in New Issue
Block a user