mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 21:16:09 +02:00
Fix indent in doc
This commit is contained in:
parent
99c053f4fa
commit
e1091ea115
1 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
// only 'menus' and 'prompts' is reserved at this level.
|
||||
recycle: {
|
||||
prevMenu: [
|
||||
{
|
||||
keys: [ "escape" ]
|
||||
action: @systemMethod:prevMenu
|
||||
}
|
||||
]
|
||||
}
|
||||
prevMenu: [
|
||||
{
|
||||
keys: [ "escape" ]
|
||||
action: @systemMethod:prevMenu
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
menus: {
|
||||
someMenu: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue