Remove extra space in type annotation

This commit is contained in:
Frederic Junod
2015-11-19 10:00:41 +01:00
parent 9ffed70ffd
commit 5ead77bcd1
3 changed files with 14 additions and 14 deletions

View File

@@ -135,7 +135,7 @@ ol.interaction.Snap = function(opt_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_,