From ccb5af468204d42bef5f7ce8223c0867600edfd2 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 21 Feb 2023 12:56:11 -0700 Subject: [PATCH] Mark as phetioDesigned: true so precommit hooks will help us catch API changes --- js/circuit-construction-kit-dc-virtual-lab-main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/circuit-construction-kit-dc-virtual-lab-main.ts b/js/circuit-construction-kit-dc-virtual-lab-main.ts index 77d0dba..37a7a0b 100644 --- a/js/circuit-construction-kit-dc-virtual-lab-main.ts +++ b/js/circuit-construction-kit-dc-virtual-lab-main.ts @@ -42,7 +42,8 @@ simLauncher.launch( () => { team: 'Michael Dubson, Ariel Paul, Kathy Perkins, Wendy Adams, Carl Wieman', qualityAssurance: 'Jaspe Arias, Steele Dalton, Amanda Davis, Alex Dornan, Bryce Griebenow, Ethan Johnson, Megan Lai, Brooklyn Lash, Matthew Moore, Liam Mulhall, Devon Quispe, Ben Roberts, Jacob Romero, Ethan Ward, Kathryn Woessner', graphicArts: 'Bryce Gruneich, Mariah Hermsmeyer, Cheryl McCutchan' - } + }, + phetioDesigned: true } ); sim.start();