Module type for ol.format.XMLFeature

This commit is contained in:
Frederic Junod
2018-03-21 17:12:45 +01:00
parent 83dcc82cf7
commit 06bd5b4423
6 changed files with 6 additions and 6 deletions

View File

@@ -260,7 +260,7 @@ function createStyleDefaults() {
* which do not support this will need a URL polyfill to be loaded before use.
*
* @constructor
* @extends {ol.format.XMLFeature}
* @extends {module:ol/format/XMLFeature~XMLFeature}
* @param {module:ol/format/KML~Options=} opt_options Options.
* @api
*/