Improve ol.geom.*.clone() return type annotation
This commit is contained in:
@@ -71,7 +71,8 @@ ol.geom.MultiLineString.prototype.appendLineString = function(lineString) {
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* Make a complete copy of the geometry.
|
||||
* @return {!ol.geom.MultiLineString} Clone.
|
||||
* @api stable
|
||||
*/
|
||||
ol.geom.MultiLineString.prototype.clone = function() {
|
||||
|
||||
Reference in New Issue
Block a user