Skip to content

Commit

Permalink
add phetioStudioControl:false to positionProperty, phetsims/gravity-f…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 23, 2019
1 parent 34916c8 commit e084ee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/model/ISLCObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ define( require => {
tandem: tandem.createTandem( 'positionProperty' ),
units: 'meters',
range: new Range( options.leftObjectBoundary, options.rightObjectBoundary ),
phetioDocumentation: 'The position of the object along the track, in meters.'
phetioDocumentation: 'The position of the object along the track, in meters.',
phetioStudioControl: false // temporary workaround until we support dynamic ranges in https://github.com/phetsims/gravity-force-lab/issues/172
} );

// @public {Property.<number>} - the mass or charge of the object in kilograms or coulombs
Expand Down

0 comments on commit e084ee1

Please sign in to comment.