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

@ -412,7 +412,7 @@ Component.getComponentByID = function(id, idRelated)
*
* @param {string} sType of the desired component
* @param {string} [idRelated] of related component
* @param {Component} [componentPrev] of previously returned component, if any
* @param {Component|null} [componentPrev] of previously returned component, if any
* @return {Component|null}
*/
Component.getComponentByType = function(sType, idRelated, componentPrev)