Skip to content

Commit

Permalink
Add super.reset, see #3
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 8, 2022
1 parent f62fe62 commit 5c0a196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/leveling-out/LevelingOutModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class LevelingOutModel extends MeanShareAndBalanceModel {
}

public override reset(): void {
super.reset();
this.predictMeanProperty.reset();
this.showMeanProperty.reset();
this.tickMarksProperty.reset();
Expand Down

0 comments on commit 5c0a196

Please sign in to comment.