Skip to content

Commit

Permalink
rename query parameters for Voicing, see phetsims/joist#968
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed May 22, 2024
1 parent 7df9852 commit 4429729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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
},
Expand Down

0 comments on commit 4429729

Please sign in to comment.