Added some prerequisites for dual display support
This commit is contained in:
parent
55ef74e92f
commit
f3b254ebcd
4 changed files with 102 additions and 46 deletions
|
|
@ -1214,7 +1214,7 @@ Computer.prototype.onReset = function()
|
|||
*
|
||||
* @this {Computer}
|
||||
* @param {string} sType
|
||||
* @param {Component} [componentPrev] of previously returned component, if any
|
||||
* @param {Component|null} [componentPrev] of previously returned component, if any
|
||||
* @return {Component|null}
|
||||
*/
|
||||
Computer.prototype.getComponentByType = function(sType, componentPrev)
|
||||
|
|
|
|||
Loading…
Reference in a new issue