Skip to content

Commit

Permalink
Remove unnecessary type annotation, see #913
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 17, 2023
1 parent 88dfe6a commit 6b394cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/PhetButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class PhetButton extends JoistButton {
voicingNameResponse: JoistStrings.a11y.phetMenuStringProperty
} );

const phetMenu: PhetMenu = new PhetMenu( sim, {
const phetMenu = new PhetMenu( sim, {
tandem: tandem.createTandem( 'phetMenu' ),
focusOnHideNode: this
} );
Expand Down

0 comments on commit 6b394cf

Please sign in to comment.