forked from 0x2620/pandora
typo
This commit is contained in:
parent
30313e35ce
commit
be1ff4d3bf
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ pandora.ui.mainMenu = function() {
|
||||||
) },
|
) },
|
||||||
{ id: 'timelines', title: 'Timelines', items: [
|
{ id: 'timelines', title: 'Timelines', items: [
|
||||||
{ group: 'viewtimelines', min: 1, max: 1, items: ['average', 'center', 'full'].map(function(timelines) {
|
{ group: 'viewtimelines', min: 1, max: 1, items: ['average', 'center', 'full'].map(function(timelines) {
|
||||||
return {id: timelines, title: Ox.tiTitleCase(timelines), checked: ui.videoTimeline = timelines};
|
return {id: timelines, title: Ox.toTitleCase(timelines), checked: ui.videoTimeline = timelines};
|
||||||
}) }
|
}) }
|
||||||
]},
|
]},
|
||||||
{ id: 'columns', title: 'Columns', items: [
|
{ id: 'columns', title: 'Columns', items: [
|
||||||
|
|
Loading…
Reference in a new issue