From b57c0ad631778c01439b9f567bafac2b12bf243e Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 17 May 2020 15:04:25 +0200 Subject: [PATCH] docs: standardize opaque's jsdoc comment to say 'Whether the layer is oqaque' - --- src/ol/source/Tile.js | 2 +- src/ol/source/UrlTile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/source/Tile.js b/src/ol/source/Tile.js index 71772e8242..01f655c1e0 100644 --- a/src/ol/source/Tile.js +++ b/src/ol/source/Tile.js @@ -19,7 +19,7 @@ import {scale as scaleSize, toSize} from '../size.js'; * @property {import("./Source.js").AttributionLike} [attributions] * @property {boolean} [attributionsCollapsible=true] Attributions are collapsible. * @property {number} [cacheSize] - * @property {boolean} [opaque=false] + * @property {boolean} [opaque=false] Whether the layer is opaque. * @property {number} [tilePixelRatio] * @property {import("../proj.js").ProjectionLike} [projection] * @property {import("./State.js").default} [state] diff --git a/src/ol/source/UrlTile.js b/src/ol/source/UrlTile.js index 28d6d5a3c7..f4303fe0d0 100644 --- a/src/ol/source/UrlTile.js +++ b/src/ol/source/UrlTile.js @@ -13,7 +13,7 @@ import {getUid} from '../util.js'; * @property {import("./Source.js").AttributionLike} [attributions] * @property {boolean} [attributionsCollapsible=true] Attributions are collapsible. * @property {number} [cacheSize] - * @property {boolean} [opaque=false] + * @property {boolean} [opaque=false] Whether the layer is opaque. * @property {import("../proj.js").ProjectionLike} [projection] * @property {import("./State.js").default} [state] * @property {import("../tilegrid/TileGrid.js").default} [tileGrid]