Skip to content

Commit

Permalink
remove returns annotations from JSDoc in ts files, see phetsims/chipp…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 2, 2022
1 parent b18b258 commit 16ab82d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/Utterance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ class Utterance {
return `Utterance_${this.id}#${this.getAlertText()}`;
}

/**
* @returns {{alert: string}}
*/
toStateObject(): SerializedUtterance {
return {
alert: NullableIO( OrIO( [ StringIO, NumberIO ] ) ).toStateObject( this.getAlertText() )
Expand Down

0 comments on commit 16ab82d

Please sign in to comment.