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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue