Skip to content

Commit

Permalink
Use semicolons to terminate fields in type StringType, see phetsims/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 7, 2022
1 parent 23c4544 commit e958d4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions js/colorVisionStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ import colorVision from './colorVision.js';

type StringsType = {
'filterSlider': {
'label': string
},
'label': string;
};
'RgbBulbsModule': {
'title': string
},
'title': string;
};
'color-vision': {
'title': string
},
'title': string;
};
'bulbSlider': {
'label': string
},
'label': string;
};
'SingleBulbModule': {
'title': string
'title': string;
}
};

Expand Down

0 comments on commit e958d4f

Please sign in to comment.