Skip to content

Commit

Permalink
Remove phetioStudioControl or swap with read only, phetsims/phet-io#1839
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 1, 2022
1 parent d227164 commit b25f096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/model/RAPModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ class RAPModel {
// @public - The desired ratio of the antecedent as compared to the consequent. As in 1:2. Initialized to default ratio
// so that we always start in-proportion.
this.targetRatioProperty = new NumberProperty( this.ratio.currentRatio, {
tandem: tandem.createTandem( 'targetRatioProperty' ),
phetioStudioControl: false
tandem: tandem.createTandem( 'targetRatioProperty' )
} );

// @public {DerivedProperty.<number>}
Expand Down

0 comments on commit b25f096

Please sign in to comment.