Skip to content

Commit

Permalink
rename distanceRepresentationRadioButtonGroup, phetsims/joist#958
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 25, 2024
1 parent d697f9f commit ba86a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/NLDBaseView.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class NLDBaseView extends Node {
} );

// Radio buttons for how distance should be represented
const distanceTypeSelector = new VerticalAquaRadioButtonGroup(
const distanceRepresentationRadioButtonGroup = new VerticalAquaRadioButtonGroup(
model.distanceRepresentationProperty,
[
{
Expand All @@ -150,7 +150,7 @@ class NLDBaseView extends Node {
spacing: 9
}
);
this.addChild( distanceTypeSelector );
this.addChild( distanceRepresentationRadioButtonGroup );

let pointControllerBoxNode = null;
model.pointControllerBoxProperty.link( pointControllerBox => {
Expand Down

0 comments on commit ba86a8a

Please sign in to comment.