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 90602de commit 49b98b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/vibe/view/VibeScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import relativePathSound from '../../../sounds/relative-path-sound_mp3.js';
import Sound from '../../Sound.js';
import vibe from '../../vibe.js';

// sounds

// constants
const BUTTON_FONT = new PhetFont( { size: 20 } );
const TEST_SOUND = new Sound( relativePathSound );
Expand Down

0 comments on commit 49b98b2

Please sign in to comment.