Skip to content

Commit

Permalink
delete options in instantiation of EmphasizedHarmonics, #165
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 20, 2021
1 parent 48c9c4c commit 93019fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/waveGame/model/WaveGameLevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,7 @@ class WaveGameLevel extends PhetioObject {

// @private The harmonics to be emphasized in the Harmonics chart, as the result of UI interactions.
// These are harmonics in guessSeries.
this.emphasizedHarmonics = new EmphasizedHarmonics( {
//REVIEW: No options available in EmphasizedHarmonics
tandem: config.tandem.createTandem( 'emphasizedHarmonics' )
} );
this.emphasizedHarmonics = new EmphasizedHarmonics();

// Parent tandem for all charts
const chartsTandem = config.tandem.createTandem( 'charts' );
Expand Down

0 comments on commit 93019fb

Please sign in to comment.