Skip to content

Commit

Permalink
converted JS to TS, see phetsims/tambo#160
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Mar 24, 2022
1 parent 3842987 commit f8facc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/demo/DemosScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import sun from '../sun.js';
// constants
const ITEM_FONT = new PhetFont( 14 );

type SunDemo = {
export type SunDemo = {

// string used to label the demo in ComboBox
label: string;
Expand Down

0 comments on commit f8facc3

Please sign in to comment.