Skip to content

Commit

Permalink
Fix EventModel ctor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Jul 3, 2024
1 parent 0fd8ae1 commit 04338c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eventmodel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class EventModel {
refChildren: RefChildrenMap | null;
refOut: RefOutMap | null;

cosntructor() {
constructor() {
this.id = nextId++;

// Most of these won't ever be filled in, so I'm just leaving them null.
Expand Down

0 comments on commit 04338c3

Please sign in to comment.