Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Aug 4, 2020
1 parent d04e999 commit 9fac8ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class DynamicStyleProperty extends AbstractStyleProperty {
static type = STYLE_TYPE.DYNAMIC;

constructor(options, styleName, field, vectorLayer, getFieldFormatter) {
super(options, styleName);
super(options, styleName);
this._field = field;
this._layer = vectorLayer;
Expand Down

0 comments on commit 9fac8ac

Please sign in to comment.