Eliminate redundant code

Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
This commit is contained in:
mjjurkoic
2021-01-08 09:21:49 -08:00
committed by GitHub
parent 81901c72c4
commit 1842170b20

View File

@@ -219,7 +219,7 @@ class Style {
geometry: geometry,
fill: this.getFill() ? this.getFill().clone() : undefined,
image: this.getImage() ? this.getImage().clone() : undefined,
renderer: this.getRenderer() ? this.getRenderer() : undefined,
renderer: this.getRenderer(),
stroke: this.getStroke() ? this.getStroke().clone() : undefined,
text: this.getText() ? this.getText().clone() : undefined,
zIndex: this.getZIndex(),