Remove unused extent property from ol/source/Image options

This commit is contained in:
Frederic Junod
2018-09-24 10:14:33 +02:00
parent 557e2c9029
commit 7d1b90c7d2

View File

@@ -70,7 +70,6 @@ class ImageSourceEvent extends Event {
/**
* @typedef {Object} Options
* @property {import("./Source.js").AttributionLike} [attributions]
* @property {import("../extent.js").Extent} [extent]
* @property {import("../proj.js").ProjectionLike} projection
* @property {Array<number>} [resolutions]
* @property {import("./State.js").default} [state]