Skip to content

Commit

Permalink
Omit mutually exclusive slider options, see phetsims/scenery-phet#498
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and jessegreenberg committed Apr 21, 2021
1 parent ee5c42d commit f6c1225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/photon-absorption/view/EmissionRateControlSliderNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ define( function( require ) {
// var initialFrequency, delta;
this.emissionRateControlSlider = new HSlider( model.emissionFrequencyProperty, sliderRange, {
trackSize: TRACK_SIZE,
thumbFill: 'rgb(0, 203, 230)',
thumbNode: sliderThumb,
tandem: tandem,

Expand Down

0 comments on commit f6c1225

Please sign in to comment.