Skip to content

Commit

Permalink
move TODO,#276
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Jul 23, 2024
1 parent 087c9ec commit 31127c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/density/model/DensityMysteryModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default class DensityMysteryModel extends BlockSetModel<MysteryBlockSet>
const set3CTandem = set3Tandem.createTandem( `block${MassTag.THREE_C.tandemName}` );
const set3ATandem = set3Tandem.createTandem( `block${MassTag.THREE_A.tandemName}` );

// TODO: Factor out all this duplicated code, https://github.com/phetsims/density-buoyancy-common/issues/275
// TODO: Factor out all this duplicated code, https://github.com/phetsims/density-buoyancy-common/issues/276
switch( blockSet ) {
case MysteryBlockSet.SET_1:
return [
Expand Down

0 comments on commit 31127c8

Please sign in to comment.