Skip to content

Commit

Permalink
Remove 'screen' from screen identifier values - see #314
Browse files Browse the repository at this point in the history
(cherry picked from commit 84f7867)
matthew-blackman authored and samreid committed Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b1dcd46 commit c655901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/ScreenIdentifier.ts
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@
*
* @author Sam Reid (PhET Interactive Simulations)
*/
export const ScreenIdentifierValues = [ 'variabilityScreen', 'sourcesScreen', 'measuresScreen', 'samplingScreen' ] as const;
export const ScreenIdentifierValues = [ 'variability', 'sources', 'measures', 'sampling' ] as const;

export type ScreenIdentifier = typeof ScreenIdentifierValues[number];

0 comments on commit c655901

Please sign in to comment.