Skip to content

Commit

Permalink
Improving documentation and removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed May 29, 2024
1 parent bbb9f60 commit ac02758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions js/buoyancy/view/BuoyancyApplicationsScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,6 @@ export default class BuoyancyApplicationsScreenView extends DensityBuoyancyScree
baseColor: DensityBuoyancyCommonColors.radioBackgroundColorProperty,
xMargin: 10,
yMargin: 10
// buttonAppearanceStrategyOptions: {
// selectedLineWidth: 2,
// deselectedLineWidth: 1.5,
// selectedStroke: DensityBuoyancyCommonColors.radioBorderColorProperty
// }
},
tandem: tandem.createTandem( 'bottleBoatRadioButtonGroup' )
} );
Expand Down
2 changes: 1 addition & 1 deletion js/buoyancy/view/DensityAccordionBox.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2019-2024, University of Colorado Boulder

/**
* An AccordionBox that displays the percentage of each material that is submerged.
* An AccordionBox that displays the density of each material.
*
* @author Agustín Vallejo
*/
Expand Down

0 comments on commit ac02758

Please sign in to comment.