Space Invaders!
This commit is contained in:
parent
f09189c121
commit
09f4db3455
10 changed files with 21 additions and 15 deletions
|
|
@ -1432,12 +1432,11 @@ Computer.prototype.updateFocus = function(fScroll)
|
|||
}
|
||||
/*
|
||||
* TODO: We need a mechanism to determine the "active" display, instead of hard-coding this to aVideo[0].
|
||||
*
|
||||
*/
|
||||
this.aVideo[0].setFocus();
|
||||
if (fScroll && window) {
|
||||
window.scrollTo(x, y);
|
||||
}
|
||||
*/
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue