Added some prerequisites for dual display support

This commit is contained in:
Jeff Parsons 2015-05-23 12:25:34 -07:00 committed by jeffpar
commit f3b254ebcd
4 changed files with 102 additions and 46 deletions

View file

@ -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)