From 89f21f5d508d5f1c44480503bc197bc0e2c44c90 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 3 Feb 2015 15:33:55 +0100 Subject: [PATCH] Remove square brackets from type --- src/ol/format/topojsonformat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/topojsonformat.js b/src/ol/format/topojsonformat.js index 2773f2e621..03bc9c5ca1 100644 --- a/src/ol/format/topojsonformat.js +++ b/src/ol/format/topojsonformat.js @@ -397,7 +397,7 @@ ol.format.TopoJSON.prototype.readProjection = function(object) { /** * @const * @private - * @type {Object.} + * @type {Object.} */ ol.format.TopoJSON.GEOMETRY_READERS_ = { 'Point': ol.format.TopoJSON.readPointGeometry_,