Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Apr 24, 2024
1 parent 0538ee0 commit 88758d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tracks/gosling-track/gosling-track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const factory: PluginTrackFactory<Tile, GoslingTrackOptions> = (HGC, context, op
}

/**
* From BarTrack
* Copied from BarTrack
*/
getXScaleAndOffset(drawnAtScale: Scale) {
const dA = drawnAtScale.domain();
Expand Down Expand Up @@ -1370,7 +1370,7 @@ const factory: PluginTrackFactory<Tile, GoslingTrackOptions> = (HGC, context, op
hideMousePosition?: () => void; // set in HorizontalTiled1DPixiTrack

/**
* Overrides method in HorizontalLine1DPixiTrack
* Called by showHoverMenu() in HiGlassComponent
*/
getMouseOverHtml(mouseX: number, mouseY: number) {
// `trackMouseOver` API
Expand Down

0 comments on commit 88758d1

Please sign in to comment.