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 1f174e7 commit 307ee06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/discrete/model/DiscreteModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ class DiscreteModel {
} );

// the harmonics to be emphasized in the Harmonics chart, as the result of UI interactions
const emphasizedHarmonics = new EmphasizedHarmonics( {
//REVIEW: EmphasizedHarmonics doesn't take any parameters
tandem: options.tandem.createTandem( 'emphasizedHarmonics' )
} );
const emphasizedHarmonics = new EmphasizedHarmonics();

// Group elements related to measurement tools under this tandem.
const measurementToolsTandem = options.tandem.createTandem( 'measurementTools' );
Expand Down

0 comments on commit 307ee06

Please sign in to comment.