Skip to content

Commit

Permalink
Setting query parameter to public #109
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Feb 25, 2025
1 parent b5fd5f1 commit 9342040
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/common/QuantumMeasurementQueryParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Run with ?log to print query parameters and their values to the browser console at startup.
*
* @author John Blanco, PhET Interactive Simulations
* @author Agustín Vallejo
*/

import logGlobal from '../../../phet-core/js/logGlobal.js';
Expand All @@ -13,7 +14,8 @@ import quantumMeasurement from '../quantumMeasurement.js';
const QuantumMeasurementQueryParameters = QueryStringMachine.getAll( {
showGlobalPhase: {
type: 'boolean',
defaultValue: false
defaultValue: false,
public: true
}
} );

Expand Down

0 comments on commit 9342040

Please sign in to comment.