Skip to content

Commit

Permalink
"@param {" is bad typescript text, phetsims/chipper#1224
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 2, 2022
1 parent 16ab82d commit 0734fae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/SpeechSynthesisAnnouncer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,6 @@ class SpeechSynthesisAnnouncer extends Announcer {
/**
* All the work necessary when we are finished with an utterance, intended for end or cancel.
* Emits events signifying that we are done with speech and does some disposal.
* @param stringToSpeak
* @param speechSynthesisUtteranceWrapper
*/
private handleSpeechSynthesisEnd( stringToSpeak: ResolvedResponse, speechSynthesisUtteranceWrapper: SpeechSynthesisUtteranceWrapper ): void {
this.endSpeakingEmitter.emit( stringToSpeak, speechSynthesisUtteranceWrapper.utterance );
Expand Down

0 comments on commit 0734fae

Please sign in to comment.