diff --git a/src/ol/format/TopoJSON.js b/src/ol/format/TopoJSON.js index 7875d74ea9..152c0b82b3 100644 --- a/src/ol/format/TopoJSON.js +++ b/src/ol/format/TopoJSON.js @@ -139,7 +139,7 @@ class TopoJSON extends JSONFeature { /** * @const - * @type {Object} + * @type {Object} */ const GEOMETRY_READERS = { 'Point': readPointGeometry,