Trying to keep the focus code synced

This commit is contained in:
Jeff Parsons 2016-10-23 09:30:01 -07:00 committed by Jeff Parsons
commit 9ab8d5eb5f
2 changed files with 5 additions and 2 deletions

View file

@ -1405,7 +1405,7 @@ Computer8080.prototype.getMachineComponent = function(sType, componentPrev)
* where the display is more constrained, so we no longer do it by default (fScroll must be true).
*
* @this {Computer8080}
* @param {boolean} [fScroll]
* @param {boolean} [fScroll] (true if you really want the control scrolled into view)
*/
Computer8080.prototype.updateFocus = function(fScroll)
{