Skip to content

Commit

Permalink
remove __implXxx (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable authored Apr 25, 2024
1 parent 5ca8150 commit 440c82c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/MMapClusterer/MMapClusterer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ class MMapClusterer extends mappable.MMapComplexEntity<MMapClustererProps, Defau
this._visibleEntities = nextVisibleEntities;
}

protected __implGetDefaultProps(): DefaultProps {
return MMapClusterer.defaultProps;
}

protected _onAttach(): void {
this._entitiesCache = {};
this._visibleEntities = {};
Expand Down

0 comments on commit 440c82c

Please sign in to comment.