Skip to content

Commit

Permalink
Move adjustableAtomDiameterProperty.phetioFeatured from overrides to …
Browse files Browse the repository at this point in the history
…the code, see #303
  • Loading branch information
samreid committed Jun 29, 2020
1 parent 25bd4f9 commit e55dcce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions js/atomic-interactions/model/DualAtomModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ 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: 0 additions & 3 deletions js/phet-io/states-of-matter-overrides.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/* 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 e55dcce

Please sign in to comment.