Skip to content

Commit

Permalink
allow grace to regionAndCulture QP, phetsims/joist#974
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 29, 2025
1 parent 7fe27b2 commit 4ee68ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/browser/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,7 @@
regionAndCulture: {
public: true,
type: 'string',
defaultValue: packagePhet?.simFeatures?.defaultRegionAndCulture ?? 'usa',
validValues: packagePhet?.simFeatures?.supportedRegionsAndCultures ?? [ 'usa' ] // default value must be in validValues
defaultValue: packagePhet?.simFeatures?.defaultRegionAndCulture ?? 'usa'
},

/**
Expand Down

0 comments on commit 4ee68ca

Please sign in to comment.