mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Just some notes
This commit is contained in:
parent
6dfda0e6d4
commit
a01f5d2f24
3 changed files with 27 additions and 3 deletions
|
@ -24,7 +24,7 @@ function ToggleMenuView (options) {
|
|||
|
||||
this.updateSelection = function() {
|
||||
assert(!self.positionCacheExpired);
|
||||
assert(this.focusedItemIndex >= 0 && this.focusedItemIndex <= self.items.length);
|
||||
assert(this.focusedItemIndex >= 0 && this.focusedItemIndex <= self.items.length);
|
||||
|
||||
self.redraw();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue