Remove all inheritDoc tags from src/ol/source

This commit is contained in:
Frederic Junod
2020-03-26 11:37:22 +01:00
parent da8ef43db7
commit 615ae71a8f
19 changed files with 112 additions and 54 deletions

View File

@@ -205,7 +205,7 @@ class TileSource extends Source {
}
/**
* @inheritDoc
* @return {Array<number>} Resolutions.
*/
getResolutions() {
return this.tileGrid.getResolutions();