Remove square brackets from type

This commit is contained in:
Frederic Junod
2015-02-03 15:33:55 +01:00
parent f9723aa310
commit 89f21f5d50

View File

@@ -397,7 +397,7 @@ ol.format.TopoJSON.prototype.readProjection = function(object) {
/**
* @const
* @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_ = {
'Point': ol.format.TopoJSON.readPointGeometry_,