Indicates that ol.geom.Geometry#clone never return null

This commit is contained in:
Frederic Junod
2014-08-25 16:44:52 +02:00
parent 522820fc97
commit 6e3354ab7b

View File

@@ -95,7 +95,7 @@ goog.inherits(ol.geom.Geometry, ol.Observable);
/**
* Make a complete copy of the geometry.
* @function
* @return {ol.geom.Geometry} Clone.
* @return {!ol.geom.Geometry} Clone.
* @api stable
*/
ol.geom.Geometry.prototype.clone = goog.abstractMethod;