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 5dbcff9 commit f9c9974
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/phet-io/graphing-quadratics-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,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 @@ -1011,7 +1011,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 @@ -1349,7 +1349,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 @@ -3637,7 +3637,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 @@ -3975,7 +3975,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 @@ -4326,7 +4326,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 f9c9974

Please sign in to comment.