Skip to content

Commit

Permalink
Rename textProperty => stringProperty, see phetsims/scenery#1451
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 16, 2022
1 parent 6010a52 commit 73b5260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/ISLCForceArrowNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ISLCForceArrowNode extends ReadingBlock( Node ) {
y: -20,
tandem: tandem.createTandem( 'forceText' ),
phetioDocumentation: 'This text updates from the model as the force changes, and cannot be edited.',
textPropertyOptions: { phetioReadOnly: true }
stringPropertyOptions: { phetioReadOnly: true }
} );

// @private - tip and tail set in redrawArrow
Expand Down

0 comments on commit 73b5260

Please sign in to comment.