Skip to content

Commit

Permalink
remove unusued parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Aug 2, 2024
1 parent 1e01a76 commit e45aae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/feature/segTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class SegTrack extends TrackBase {
}


draw({context, renderSVG, pixelTop, pixelWidth, pixelHeight, features, bpPerPixel, bpStart}) {
draw({context, pixelTop, pixelWidth, pixelHeight, features, bpPerPixel, bpStart}) {

IGVGraphics.fillRect(context, 0, pixelTop, pixelWidth, pixelHeight, {'fillStyle': "rgb(255, 255, 255)"})

Expand Down

0 comments on commit e45aae8

Please sign in to comment.