Skip to content

Commit

Permalink
Add TODO, see #164
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 10, 2023
1 parent 34b4e42 commit de0bdb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/variability/view/VariabilityScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export default class VariabilityScreenView extends CAVScreenView {
} ) );

model.variabilitySceneModels.forEach( ( sceneModel, index ) => {

// TODO: https://github.com/phetsims/center-and-variability/issues/164 Do we really want to create 12 of these?
const infoDialog = new InfoDialog( model, sceneModel, {
tandem: options.tandem.createTandem( 'scene' + index ).createTandem( 'infoDialog' )
} );
Expand Down

0 comments on commit de0bdb8

Please sign in to comment.