Skip to content

Commit

Permalink
RichText.textProperty should be stateful by default, phetsims/scenery…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 6, 2019
1 parent ee6dbcf commit 0b55442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/phet-io/concentration-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<StringIO>"
},
Expand Down Expand Up @@ -2181,7 +2181,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<StringIO>"
},
Expand Down

0 comments on commit 0b55442

Please sign in to comment.