Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Jul 24, 2024
1 parent a9f7d5b commit b41c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lab/LabScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class LabScreen extends Screen<BuoyancyLabModel, BuoyancyLabScree
() => new BuoyancyLabModel( {
tandem: tandem.createTandem( 'model' ),

// TODO: Move to BuoyancyLabModel, see https://github.com/phetsims/density-buoyancy-common/issues/270
// TODO AV: Move to BuoyancyLabModel, see https://github.com/phetsims/density-buoyancy-common/issues/270
fluidSelectionType: 'all'
} ),
model => new BuoyancyLabScreenView( model, {
Expand Down

0 comments on commit b41c948

Please sign in to comment.