Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Jun 16, 2020
1 parent 2e2df99 commit 8f6dcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ class Geometry extends JSONAble(Eventable(Handlerable(Class))) {
this._fireEvent('positionchange');
}

onSymbolChanged(props) {
onSymbolChanged() {
if (this._painter) {
this._painter.refreshSymbol();
}
Expand Down

0 comments on commit 8f6dcbf

Please sign in to comment.