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

@@ -83,7 +83,8 @@ ol.geom.GeometryCollection.prototype.listenGeometriesChange_ = function() {
/**
* @inheritDoc
* Make a complete copy of the geometry.
* @return {!ol.geom.GeometryCollection} Clone.
* @api stable
*/
ol.geom.GeometryCollection.prototype.clone = function() {