Skip to content

Commit

Permalink
Add missing semicolons, see phetsims/chipper#1275
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 11, 2022
1 parent 60d20fe commit c4aef56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sound-generators/ValueChangeSoundPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class ValueChangeSoundPlayer {
middleMovingUpSoundPlayer: nullSoundPlayer,
minSoundPlayer: nullSoundPlayer,
maxSoundPlayer: nullSoundPlayer
} )
} );
}

tambo.register( 'ValueChangeSoundPlayer', ValueChangeSoundPlayer );
Expand Down

0 comments on commit c4aef56

Please sign in to comment.