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 759fafd commit cfe98df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/phet-io/chains-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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 @@ -140,7 +140,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 cfe98df

Please sign in to comment.