Skip to content

Commit

Permalink
remove __impl
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Apr 25, 2024
1 parent 7732027 commit ab6fef6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/markers/MMapBalloonMarker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ export class MMapBalloonMarker extends mappable.MMapComplexEntity<MMapBalloonMar
this._props.show = openBalloon;
}

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

protected _onAttach(): void {
this._markerElement = document.createElement('mappable');
this._markerElement.classList.add('mappable--balloon-marker');
Expand Down

0 comments on commit ab6fef6

Please sign in to comment.