Fix enum types

This commit is contained in:
ahocevar
2018-04-21 10:48:38 +02:00
parent 417dd85f83
commit c23a5086ae
20 changed files with 87 additions and 50 deletions

View File

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