Remove extra imports in jsdoc

The symbols are already imported (es6 import)
This commit is contained in:
Frederic Junod
2018-09-06 15:57:32 +02:00
parent e32b3b5957
commit a6861f5f49
11 changed files with 141 additions and 141 deletions

View File

@@ -51,7 +51,7 @@ class WMTSCapabilities extends XML {
super();
/**
* @type {import("./OWS.js").default}
* @type {OWS}
* @private
*/
this.owsParser_ = new OWS();