Remove lint
This commit is contained in:
@@ -127,7 +127,10 @@ class TileWMS extends TileImage {
|
||||
* @private
|
||||
* @type {import("./WMSServerType.js").default|undefined}
|
||||
*/
|
||||
this.serverType_ = /** @type {import("./WMSServerType.js").default|undefined} */ (options.serverType);
|
||||
this.serverType_ =
|
||||
/** @type {import("./WMSServerType.js").default|undefined} */ (
|
||||
options.serverType
|
||||
);
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user