* Just some notes

This commit is contained in:
Bryan Ashby 2015-05-04 22:04:36 -06:00
parent 6dfda0e6d4
commit a01f5d2f24
3 changed files with 27 additions and 3 deletions

View file

@ -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();
};