Module type for ol.format.FormatType

This commit is contained in:
Frederic Junod
2018-03-22 08:26:53 +01:00
parent 8ac387f42c
commit c19ddb1a19

View File

@@ -125,7 +125,7 @@ FeatureFormat.prototype.getLastExtent = function() {
/**
* @abstract
* @return {ol.format.FormatType} Format.
* @return {module:ol/format/FormatType~FormatType} Format.
*/
FeatureFormat.prototype.getType = function() {};