Skip to content

Commit

Permalink
Add TODO, see #45
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 3, 2023
1 parent 5e3ede5 commit b99f58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/model/CAVModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default class CAVModel implements TModel {
public readonly soccerBalls: SoccerBall[];
public readonly soccerBallCountProperty: NumberProperty;

// TODO: Some of these should move to subclasses
public readonly isShowingTopMeanProperty: BooleanProperty;
public readonly isShowingTopMedianProperty: BooleanProperty;
public readonly isShowingPlayAreaMedianProperty: BooleanProperty;
Expand Down

0 comments on commit b99f58a

Please sign in to comment.