Skip to content

Commit

Permalink
add stubs for keyboard help content, phetsims/ph-scale#249
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 4, 2022
1 parent 843967f commit d87aee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/ph-scale-basics-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ simLauncher.launch( () => {

const sim = new Sim( PhScaleBasicsStrings[ 'ph-scale-basics' ].titleStringProperty, screens, {
credits: PHScaleConstants.CREDITS,

// phet-io options
hasKeyboardHelpContent: true,
phetioDesigned: true
} );

Expand Down

0 comments on commit d87aee3

Please sign in to comment.