Remove square brackets from type
This commit is contained in:
@@ -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_,
|
||||||
|
|||||||
Reference in New Issue
Block a user