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
+4 -2
View File
@@ -170,10 +170,12 @@ class TileArcGISRest extends TileImage {
}
/**
* @inheritDoc
* Get the tile pixel ratio for this source.
* @param {number} pixelRatio Pixel ratio.
* @return {number} Tile pixel ratio.
*/
getTilePixelRatio(pixelRatio) {
return this.hidpi_ ? /** @type {number} */ (pixelRatio) : 1;
return this.hidpi_ ? pixelRatio : 1;
}
/**