Fix render/Feature scope issue
This commit is contained in:
@@ -305,14 +305,14 @@ class RenderFeature {
|
||||
this.flatCoordinates_
|
||||
);
|
||||
}
|
||||
/**
|
||||
* @return {Array<number>|Array<Array<number>>} Ends or endss.
|
||||
*/
|
||||
getEnds() {
|
||||
return this.ends_;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {Array<number>|Array<Array<number>>} Ends or endss.
|
||||
*/
|
||||
RenderFeature.prototype.getEnds = function () {
|
||||
return this.ends_;
|
||||
};
|
||||
RenderFeature.prototype.getEndss = RenderFeature.prototype.getEnds;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user