Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 13, 2023
1 parent 24c2350 commit b99dddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime/src/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class Canvas extends EventTarget {
height: number;

constructor(width: number, height: number) {
super();
this.width = width;
this.height = height;
}
Expand Down

0 comments on commit b99dddf

Please sign in to comment.