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 3e3a791.
  • Loading branch information
samreid committed Jul 3, 2020
1 parent 242890a commit 4fea30e
Showing 1 changed file with 1 addition 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 @@ -81,8 +81,7 @@ class DualAtomModel {
// @public (read-write) - speed at which the model is running
this.timeSpeedProperty = new EnumerationProperty( TimeSpeed, TimeSpeed.NORMAL, {
validValues: [ TimeSpeed.NORMAL, TimeSpeed.SLOW ],
tandem: tandem.createTandem( 'timeSpeedProperty' ),
phetioFeatured: true
tandem: tandem.createTandem( 'timeSpeedProperty' )
} );

// @public (read-write) - diameter of the adjustable atoms
Expand Down

0 comments on commit 4fea30e

Please sign in to comment.