mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Try to satisfy scrutinizer
This commit is contained in:
parent
06dee154d0
commit
31e47ec8f3
@ -385,8 +385,10 @@ app.classes.mail = AppJS.extend(
|
||||
case 'add':
|
||||
tree.refreshItem(0); // refresh root
|
||||
break;
|
||||
default: // null
|
||||
}
|
||||
}
|
||||
return undefined;
|
||||
},
|
||||
|
||||
/**
|
||||
@ -4739,7 +4741,7 @@ app.classes.mail = AppJS.extend(
|
||||
/**
|
||||
* Window title getter function in order to set the window title
|
||||
*
|
||||
* @returns {string} window title
|
||||
* @returns {string|undefined} window title
|
||||
*/
|
||||
getWindowTitle: function ()
|
||||
{
|
||||
@ -4755,6 +4757,7 @@ app.classes.mail = AppJS.extend(
|
||||
if (widget) return widget.get_value();
|
||||
break;
|
||||
}
|
||||
return undefined;
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user