Skip to content

Commit

Permalink
function bug fix, phetsims/phet-io#1559
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 6, 2019
1 parent 586d9d7 commit 34c4c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/PhetMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ define( require => {
{
text: menuItemOptionsString,
present: !!sim.options.createOptionsDialogContent,
callback: () => optionsDialogCapsule.getInstance.show(),
callback: () => optionsDialogCapsule.getInstance().show(),
tandem: tandem.createTandem( 'optionsMenuItem' ),
phetioDocumentation: 'This menu item shows an options dialog.',
phetioState: false,
Expand Down

0 comments on commit 34c4c0a

Please sign in to comment.