Fix jsdoc comment

This commit is contained in:
paulsimon
2014-11-10 20:49:20 +01:00
parent a7a2499bc7
commit 89248cf60a

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() {