Skip to content

Commit

Permalink
Remove redundant phetioType option, see phetsims/axon#116
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 2, 2018
1 parent d349c05 commit 0eed23b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/Sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ define( function( require ) {
this.activeProperty = new BooleanProperty( !phet.joist.playbackModeEnabledProperty.value, {
tandem: ROOT_TANDEM.createTandem( 'activeProperty' ),
phetioDocumentation: 'Determines whether the entire simulation is running and processing user input. ' +
'Setting this property to false pauses the simulation, and prevents user interaction.',
phetioType: PropertyIO( BooleanIO )
'Setting this property to false pauses the simulation, and prevents user interaction.'
} );

// @public (read-only) - property that indicates whether the browser tab containing the simulation is currently visible
Expand Down

0 comments on commit 0eed23b

Please sign in to comment.