Improve ol.geom.*.clone() return type annotation

This commit is contained in:
Frederic Junod
2014-08-27 13:30:03 +02:00
parent b7ca592334
commit 42312c6c73
9 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ goog.inherits(ol.geom.Point, ol.geom.SimpleGeometry);
/**
* @inheritDoc
* Make a complete copy of the geometry.
* @return {!ol.geom.Point} Clone.
* @api stable
*/
ol.geom.Point.prototype.clone = function() {