From d87aee3d3b292b52d22151b9e1098126490c18b3 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 4 Oct 2022 10:24:41 -0600 Subject: [PATCH] add stubs for keyboard help content, https://github.com/phetsims/ph-scale/issues/249 --- js/ph-scale-basics-main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/ph-scale-basics-main.ts b/js/ph-scale-basics-main.ts index 8b8bfc2..28a8fe8 100644 --- a/js/ph-scale-basics-main.ts +++ b/js/ph-scale-basics-main.ts @@ -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 } );