Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Jul 5, 2021
1 parent 7946de8 commit b9ac33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canvascontext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class CanvasContext implements RenderContext {
this.vexFlowCanvasContext.fillRect(0, 0, this.canvas.width, this.canvas.height);
this.vexFlowCanvasContext.fillStyle = oldFillStyle;
*/
this.background_fillStyle = style; // TODO: Is this a BUG? The field is never referenced anywhere else.
this.background_fillStyle = style;
return this;
}

Expand Down

0 comments on commit b9ac33d

Please sign in to comment.