Skip to content

Commit

Permalink
Revert "Move phetioFeatured from overrides to main code, see #303"
Browse files Browse the repository at this point in the history
This reverts commit b618b08.
  • Loading branch information
samreid committed Jul 3, 2020
1 parent 9bf3000 commit 14f01e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions js/atomic-interactions/model/DualAtomModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ class DualAtomModel {

// @public (read-write)
this.forcesDisplayModeProperty = new EnumerationProperty( ForceDisplayMode, ForceDisplayMode.HIDDEN, {
tandem: tandem.createTandem( 'forcesDisplayModeProperty' ),
phetioFeatured: true
tandem: tandem.createTandem( 'forcesDisplayModeProperty' )
} );

// @public (read-write)
Expand Down
3 changes: 3 additions & 0 deletions js/phet-io/states-of-matter-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"statesOfMatter.interactionScreen.model.adjustableAtomInteractionStrengthProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.model.forcesDisplayModeProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.model.forcesExpandedProperty": {
"phetioFeatured": true
},
Expand Down

0 comments on commit 14f01e6

Please sign in to comment.