Skip to content

Commit

Permalink
Update phet-io files, see phetsims/joist#597
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 6, 2020
1 parent ce75ef6 commit 23557ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/phet-io/beers-law-lab-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "PropertyIO<BeersLawSolutionIO>"
},
"beersLawLab.beersLawScreen.nameProperty": {
"phetioDocumentation": "",
"phetioDocumentation": "The name of the screen. Changing this value will update the screen name for the screen's corresponding button on the navigation bar and home screen, if they exist. May be null for single-screen simulations.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
Expand Down Expand Up @@ -9817,10 +9817,10 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "NumberPropertyIO"
},
"beersLawLab.concentrationScreen.nameProperty": {
"phetioDocumentation": "",
"phetioDocumentation": "The name of the screen. Changing this value will update the screen name for the screen's corresponding button on the navigation bar and home screen, if they exist. May be null for single-screen simulations.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
Expand Down Expand Up @@ -15004,10 +15004,10 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "PropertyIO<ScreenIO>"
},
"beersLawLab.homeScreen.nameProperty": {
"phetioDocumentation": "",
"phetioDocumentation": "The name of the screen. Changing this value will update the screen name for the screen's corresponding button on the navigation bar and home screen, if they exist. May be null for single-screen simulations.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
Expand Down

0 comments on commit 23557ff

Please sign in to comment.