Skip to content

Commit a427830

Browse files
committed
Updated as per the comments
1 parent 56fa288 commit a427830

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Application/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ export default function(App, appData, platformSettings) {
124124
}
125125

126126
/**
127-
* This function overides the default keymap with the latest keymap.
127+
* This function overrides the default keymap with the latest keymap.
128128
* @param customKeymap
129129
* @param keepDuplicates
130130
*/
131-
overRideKeyMap(customKeymap, keepDuplicates = false) {
131+
overrideKeyMap(customKeymap, keepDuplicates = false) {
132132
const baseKeymap = this.stage.application.config.keys
133133
Object.keys(customKeymap).reduce((keymapping, key) => {
134134
// prevent duplicate values to exist in final keymapping (i.e. 2 keys triggering 'Back')

src/Subtitles/SubtitleComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class SubtitleComponent extends Lightning.Component {
3030
y: 5,
3131
x: 20,
3232
text: {
33-
fontColor: 0xffffffff,
33+
textColor: 0xffffffff,
3434
fontSize: 38,
3535
lineHeight: 38 * 1.4,
3636
textAlign: 'center',

static/fonts/Roboto-Regular.ttf

-503 KB
Binary file not shown.

0 commit comments

Comments
 (0)