Remove square brackets from type

This commit is contained in:
Frederic Junod
2015-02-03 15:33:55 +01:00
parent f9723aa310
commit 89f21f5d50
+1 -1
View File
@@ -397,7 +397,7 @@ ol.format.TopoJSON.prototype.readProjection = function(object) {
/** /**
* @const * @const
* @private * @private
* @type {Object.<string, function(TopoJSONGeometry, Array, ...[Array]): ol.geom.Geometry>} * @type {Object.<string, function(TopoJSONGeometry, Array, ...Array): ol.geom.Geometry>}
*/ */
ol.format.TopoJSON.GEOMETRY_READERS_ = { ol.format.TopoJSON.GEOMETRY_READERS_ = {
'Point': ol.format.TopoJSON.readPointGeometry_, 'Point': ol.format.TopoJSON.readPointGeometry_,