From 4429729ee6ba2ce08a756fc7939dc9738b033476 Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 22 May 2024 12:18:48 -0400 Subject: [PATCH] rename query parameters for Voicing, see https://github.com/phetsims/joist/issues/968 --- js/initialize-globals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/initialize-globals.js b/js/initialize-globals.js index 49315e76..312c23f5 100644 --- a/js/initialize-globals.js +++ b/js/initialize-globals.js @@ -918,7 +918,7 @@ * These parameters allow fine-=tuned control over the initial state and behavior of the Voicing feature, * allowing better customization and accessibility for various users. */ - voicingCollapseVoicingToolbar: { + voicingCollapseToolbar: { type: 'flag', public: true }, @@ -930,7 +930,7 @@ * These parameters allow fine-=tuned control over the initial state and behavior of the Voicing feature, * allowing better customization and accessibility for various users. */ - voicingRemoveVoicingToolbar: { + voicingRemoveToolbar: { type: 'flag', public: true },