From b99f58a6efc9e7e833183a0abc0afdf244e033f9 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 3 May 2023 07:07:09 -0600 Subject: [PATCH] Add TODO, see https://github.com/phetsims/center-and-variability/issues/45 --- js/common/model/CAVModel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/js/common/model/CAVModel.ts b/js/common/model/CAVModel.ts index 5d82d781..df3a8949 100644 --- a/js/common/model/CAVModel.ts +++ b/js/common/model/CAVModel.ts @@ -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;