Skip to content

Commit

Permalink
Renaming massNumberProperty => numberControlMassProperty, see phetsim…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Mar 27, 2023
1 parent d83dd94 commit dcfaf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/MaterialMassVolumeControlNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default class MaterialMassVolumeControlNode extends VBox {

// passed to the NumberControl
const massNumberProperty = new NumberProperty( massProperty.value, {
tandem: massNumberControlTandem.createTandem( 'massNumberProperty' ),
tandem: massNumberControlTandem.createTandem( 'numberControlMassProperty' ),
phetioState: false,
phetioReadOnly: true,
units: 'kg'
Expand Down

0 comments on commit dcfaf59

Please sign in to comment.