Fix indent in doc
This commit is contained in:
parent
99c053f4fa
commit
e1091ea115
@ -40,13 +40,13 @@ Consider `actionKeys` in a menu. Often times you may show a screen and the user
|
|||||||
// note that 'recycle' here is arbitrary;
|
// note that 'recycle' here is arbitrary;
|
||||||
// only 'menus' and 'prompts' is reserved at this level.
|
// only 'menus' and 'prompts' is reserved at this level.
|
||||||
recycle: {
|
recycle: {
|
||||||
prevMenu: [
|
prevMenu: [
|
||||||
{
|
{
|
||||||
keys: [ "escape" ]
|
keys: [ "escape" ]
|
||||||
action: @systemMethod:prevMenu
|
action: @systemMethod:prevMenu
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
menus: {
|
menus: {
|
||||||
someMenu: {
|
someMenu: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user