mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Improve return value definition
This commit is contained in:
parent
8eebea528d
commit
2ed6c162f2
@ -285,7 +285,7 @@ export abstract class et2_DOMWidget extends et2_widget implements et2_IDOMNode
|
||||
*
|
||||
* @returns {Object|null} Data for tab the widget is on
|
||||
*/
|
||||
get_tab_info() : {id: string, label: string, widget: et2_widget, contentDiv: JQuery} | null
|
||||
get_tab_info() : {id: string, label: string, widget: et2_widget, contentDiv: JQuery, flagDiv: JQuery} | null
|
||||
{
|
||||
var parent : et2_widget = this;
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user