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

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