Remove all inheritDoc tags from src/ol/style
This commit is contained in:
@@ -38,11 +38,10 @@ class CircleStyle extends RegularShape {
|
||||
}
|
||||
|
||||
/**
|
||||
* Clones the style.
|
||||
* @return {CircleStyle} The cloned style.
|
||||
* @override
|
||||
* @api
|
||||
*/
|
||||
* Clones the style.
|
||||
* @return {CircleStyle} The cloned style.
|
||||
* @api
|
||||
*/
|
||||
clone() {
|
||||
const style = new CircleStyle({
|
||||
fill: this.getFill() ? this.getFill().clone() : undefined,
|
||||
|
||||
Reference in New Issue
Block a user