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

View File

@@ -29,7 +29,8 @@ goog.inherits(ol.geom.Circle, ol.geom.SimpleGeometry);
/**
* @inheritDoc
* Make a complete copy of the geometry.
* @return {!ol.geom.Circle} Clone.
* @api
*/
ol.geom.Circle.prototype.clone = function() {