Skip to content

Commit

Permalink
Revert "Move adjustableAtomDiameterProperty.phetioFeatured from overr…
Browse files Browse the repository at this point in the history
…ides to the code, see #303"

This reverts commit e55dcce.
  • Loading branch information
samreid committed Jul 3, 2020
1 parent d059c82 commit 62fdfe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/atomic-interactions/model/DualAtomModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class DualAtomModel {
this.adjustableAtomDiameterProperty = new NumberProperty( SOMConstants.ADJUSTABLE_ATTRACTION_DEFAULT_RADIUS * 2, {
units: 'pm',
tandem: tandem.createTandem( 'adjustableAtomDiameterProperty' ),
phetioFeatured: true,
phetioReadOnly: true,
phetioDocumentation: 'Diameter of the adjustable atom, in picometers'
} );
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
@@ -1,6 +1,9 @@
/* eslint-disable */
window.phet.preloads.phetio.phetioElementsOverrides =
{
"statesOfMatter.interactionScreen.model.adjustableAtomDiameterProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.model.adjustableAtomInteractionStrengthProperty": {
"phetioFeatured": true
},
Expand Down

0 comments on commit 62fdfe1

Please sign in to comment.