Skip to content

Commit

Permalink
Instrument reset button, see #83
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Mar 13, 2019
1 parent 35ab91c commit d3500e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/blackbody-spectrum/view/BlackbodySpectrumScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ define( function( require ) {
graphNode.reset();
triangleNode.reset();
blackbodySpectrumThermometer.reset();
}
},
tandem: tandem.createTandem( 'resetAllButton' ),
phetioDocumentation: 'button that resets the screen to its initial state'
} );

var controlPanel = new BlackBodySpectrumControlPanel( model );
Expand Down

0 comments on commit d3500e3

Please sign in to comment.