Skip to content

Commit

Permalink
restore 'separator' tandems, phetsims/molecule-polarity#147
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 13, 2022
1 parent 0fe037d commit 7aa1d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ph-scale-phet-io-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"phScale.microScreen.model.solution.waterVolumeProperty": {
"phetioFeatured": true
},
"phScale.microScreen.view.beakerControlPanel.divider.visibleProperty": {
"phScale.microScreen.view.beakerControlPanel.separator.visibleProperty": {
"phetioFeatured": true
},
"phScale.microScreen.view.beakerControlPanel.visibleProperty": {
Expand Down Expand Up @@ -202,7 +202,7 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"phScale.mySolutionScreen.model.solution.totalVolumeProperty": {
"phetioFeatured": true
},
"phScale.mySolutionScreen.view.beakerControlPanel.divider.visibleProperty": {
"phScale.mySolutionScreen.view.beakerControlPanel.separator.visibleProperty": {
"phetioFeatured": true
},
"phScale.mySolutionScreen.view.beakerControlPanel.visibleProperty": {
Expand Down

1 comment on commit 7aa1d42

@pixelzoom
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.