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 f5e7b95 commit 6730ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/phet-io/blackbody-spectrum-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,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 6730ba9

Please sign in to comment.