mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
some fixes on the TS interface of client-side api and TS conversation tool
This commit is contained in:
@ -57,9 +57,6 @@ export interface PushData
|
||||
* // Underscore private by convention
|
||||
* }
|
||||
* });
|
||||
*
|
||||
* @class AppJS
|
||||
* @augments Class
|
||||
*/
|
||||
export abstract class EgwApp
|
||||
{
|
||||
@ -367,7 +364,7 @@ export abstract class EgwApp
|
||||
* @param {string} template template name to check, instead of trying all templates of current app
|
||||
* @return {boolean} false - Returns false to stop event propagation
|
||||
*/
|
||||
setState(state, template)
|
||||
setState(state, template? : string)
|
||||
{
|
||||
// State should be an object, not a string, but we'll parse
|
||||
if(typeof state == "string")
|
||||
|
Reference in New Issue
Block a user