Skip to content

Commit

Permalink
RichText.textProperty should be stateful by default, #1009
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 6, 2019
1 parent 6770860 commit 141b983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/nodes/RichTextIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ define( require => {

// pick the following values from the parent Node
phetioReadOnly: richText.phetioReadOnly,
phetioState: richText.phetioState,
phetioType: PropertyIO( StringIO ),

tandem: richText.tandem.createTandem( 'textProperty' ),
Expand Down

0 comments on commit 141b983

Please sign in to comment.