mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
Add focusItemIndex property
This commit is contained in:
parent
5a62b7ecc0
commit
c7640de07e
1 changed files with 7 additions and 6 deletions
|
@ -147,6 +147,7 @@ MenuView.prototype.setPropertyValue = function(propName, value) {
|
|||
case 'hotKeys' : this.setHotKeys(value); break;
|
||||
case 'hotKeySubmit' : this.hotKeySubmit = value; break;
|
||||
case 'justify' : this.justify = value; break;
|
||||
case 'focusItemIndex' : this.focusedItemIndex = value; break;
|
||||
}
|
||||
|
||||
MenuView.super_.prototype.setPropertyValue.call(this, propName, value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue