Indicates that ol.geom.Geometry#clone never return null
This commit is contained in:
@@ -95,7 +95,7 @@ goog.inherits(ol.geom.Geometry, ol.Observable);
|
|||||||
/**
|
/**
|
||||||
* Make a complete copy of the geometry.
|
* Make a complete copy of the geometry.
|
||||||
* @function
|
* @function
|
||||||
* @return {ol.geom.Geometry} Clone.
|
* @return {!ol.geom.Geometry} Clone.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.geom.Geometry.prototype.clone = goog.abstractMethod;
|
ol.geom.Geometry.prototype.clone = goog.abstractMethod;
|
||||||
|
|||||||
Reference in New Issue
Block a user