Module type for ol.format.OWS

This commit is contained in:
Frederic Junod
2018-04-24 16:58:06 +02:00
parent 4dc1f719c0
commit 17674194d4
+1 -1
View File
@@ -22,7 +22,7 @@ const WMTSCapabilities = function() {
XML.call(this); XML.call(this);
/** /**
* @type {ol.format.OWS} * @type {module:ol/format/OWS~OWS}
* @private * @private
*/ */
this.owsParser_ = new OWS(); this.owsParser_ = new OWS();