Skip to content

Commit

Permalink
Add tandemSuffix option, specify and match conventions, see phetsims/…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 26, 2022
1 parent de5a81b commit c1edf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/BatteryNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BatteryNode extends Node {
battery.voltageProperty.value = 0;
}
},
tandem: tandem.createTandem( 'sliderNode' )
tandem: tandem.createTandem( 'slider' )
} );

// function to create the tick mark labels using a string pattern.
Expand Down

0 comments on commit c1edf62

Please sign in to comment.