Skip to content

Commit

Permalink
delete phetioReadOnly:false because it's the default, phetsims/phet-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 18, 2022
1 parent 6acf240 commit d37d789
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/waveGame/model/WaveGameLevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ class WaveGameLevel extends PhetioObject {
range: new Range( this.answerSeries.getNumberOfNonZeroHarmonics(), this.answerSeries.harmonics.length ),
rangePropertyOptions: {
phetioDocumentation: 'Determines the range of the Amplitude Controls spinner',
phetioType: Property.PropertyIO( Range.RangeIO ),
phetioReadOnly: false
phetioType: Property.PropertyIO( Range.RangeIO )
},
tandem: config.tandem.createTandem( 'numberOfAmplitudeControlsProperty' )
} );
Expand Down

0 comments on commit d37d789

Please sign in to comment.