Merge pull request #2935 from geosense/master

Fix jsdoc comment
This commit is contained in:
Éric Lemoine
2014-11-11 11:05:47 +01:00

View File

@@ -582,7 +582,7 @@ ol.format.WKT.Parser.prototype.parse = function() {
/**
* @return {!ol.geom.Geometry|!ol.geom.GeometryCollection} The geometry.
* @return {!(ol.geom.Geometry|ol.geom.GeometryCollection)} The geometry.
* @private
*/
ol.format.WKT.Parser.prototype.parseGeometry_ = function() {