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;
|
// 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…
Add table
Add a link
Reference in a new issue