From c19ddb1a19a566a90e95785b6538381a8900a1b4 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 22 Mar 2018 08:26:53 +0100 Subject: [PATCH] Module type for ol.format.FormatType --- src/ol/format/Feature.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/Feature.js b/src/ol/format/Feature.js index f04ac2b87c..f58a68f3f1 100644 --- a/src/ol/format/Feature.js +++ b/src/ol/format/Feature.js @@ -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() {};