docs: standardize opaque's jsdoc comment to say 'Whether the layer is oqaque'

-
This commit is contained in:
Alexis
2020-05-17 15:04:25 +02:00
parent 2f03706e80
commit b57c0ad631
2 changed files with 2 additions and 2 deletions

View File

@@ -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]

View File

@@ -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]