Skip to content

Commit

Permalink
make pointOnParabolaProperty read-only, #195
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 21, 2023
1 parent b3df763 commit 0532334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/focusanddirectrix/model/FocusAndDirectrixModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default class FocusAndDirectrixModel extends GQModel {
this.pointOnParabolaProperty = new Vector2Property( initialPoint, {
tandem: tandem.createTandem( 'pointOnParabolaProperty' ),
phetioFeatured: true,
phetioReadOnly: true,
phetioDocumentation: 'the interactive point on the parabola'
} );

Expand Down

0 comments on commit 0532334

Please sign in to comment.