Remove extra space in type annotation
This commit is contained in:
@@ -211,7 +211,7 @@ ol.interaction.Modify = function(options) {
|
||||
/**
|
||||
* @const
|
||||
* @private
|
||||
* @type {Object.<string, function(ol.Feature, ol.geom.Geometry)> }
|
||||
* @type {Object.<string, function(ol.Feature, ol.geom.Geometry)>}
|
||||
*/
|
||||
this.SEGMENT_WRITERS_ = {
|
||||
'Point': this.writePointGeometry_,
|
||||
|
||||
Reference in New Issue
Block a user