Skip to content

Commit

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

// @public (read-write)
this.forcesExpandedProperty = new BooleanProperty( false, {
tandem: tandem.createTandem( 'forcesExpandedProperty' )
tandem: tandem.createTandem( 'forcesExpandedProperty' ),
phetioFeatured: true
} );

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

0 comments on commit e0ef66b

Please sign in to comment.