Skip to content

Commit

Permalink
add TODOs for phetsims/ph-scale#294
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 26, 2024
1 parent f3425a0 commit 70a00aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ph-scale-basics-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if ( !QueryStringMachine.containsKey( 'autofill' ) ) {

simLauncher.launch( () => {

//TODO https://github.com/phetsims/ph-scale/issues/294
if ( phet.chipper.queryParameters.supportsDescriptionPlugin ) {
PHScaleBasicsDescriptionStrings_en();
PHScaleBasicsDescriptionStrings_es();
Expand All @@ -46,6 +47,7 @@ simLauncher.launch( () => {
phetioDesigned: true
} );

//TODO https://github.com/phetsims/ph-scale/issues/294
phet.chipper.queryParameters.supportsDescriptionPlugin && sim.isConstructionCompleteProperty.lazyLink( isConstructionComplete => {
DescriptionContext.startupComplete();
} );
Expand Down

0 comments on commit 70a00aa

Please sign in to comment.