Skip to content

Commit

Permalink
removed some "// sounds" comments that were left over from the ES6 mo…
Browse files Browse the repository at this point in the history
…dule migration, see phetsims/chipper#875
  • Loading branch information
jbphet committed Jun 8, 2020
1 parent 415e9d7 commit d43b637
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions js/molarity/view/ConcentrationSoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import noSoluteSound from '../../../sounds/soft-no-solute-v2_mp3.js';
import molarity from '../../molarity.js';
import MolarityConstants from '../MolarityConstants.js';

// sounds

// constants
const NUM_SOLUTE_BINS = 13; // empirically determined to produce sounds as frequently as needed but not TOO frequently
const NUM_VOLUME_BINS = 10; // empirically determined to produce sounds as frequently as needed but not TOO frequently
Expand Down
3 changes: 1 addition & 2 deletions js/molarity/view/MolarityScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ const solutionVolumeString = molarityStrings.solutionVolume;
const unitsLitersString = molarityStrings.units.liters;
const unitsMolesString = molarityStrings.units.moles;

// sounds

// strings
const beakerSolutionControlsString = molarityStrings.a11y.beakerSolutionControls;
const solutionValuesHelpTextString = molarityStrings.a11y.solutionValuesHelpText;
const soluteAmountNoNewlineString = molarityStrings.a11y.soluteAmountNoNewline;
Expand Down
2 changes: 0 additions & 2 deletions js/molarity/view/PrecipitateSoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import SoundClip from '../../../../tambo/js/sound-generators/SoundClip.js';
import precipitateSound from '../../../sounds/precipitate_mp3.js';
import molarity from '../../molarity.js';

// sounds

// constants
const ONE_OCTAVE_NOTE_MULTIPLIERS = [ 1, 1.122, 1.260, 1.414, 1.587, 1.782 ]; // whole tone scale
const NUM_OCTAVES = 2;
Expand Down
2 changes: 0 additions & 2 deletions js/molarity/view/SoluteComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const soluteString = molarityStrings.solute;

const soluteComboBoxHelpTextString = molarityStrings.a11y.soluteComboBoxHelpText;

// sounds

class SoluteComboBox extends ComboBox {
/**
* @param {Solute[]} solutes
Expand Down
2 changes: 0 additions & 2 deletions js/molarity/view/SoluteSelectionSoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import compoundWLowPassFilter008Sound from '../../../sounds/compound-w-low-pass-
import compoundWLowPassFilter009Sound from '../../../sounds/compound-w-low-pass-filter-009_mp3.js';
import molarity from '../../molarity.js';

// sounds

// sounds
const selectionSounds = [
compoundWLowPassFilter001Sound,
Expand Down

0 comments on commit d43b637

Please sign in to comment.