mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
mark context as optional parameter
This commit is contained in:
parent
3fdf4057d6
commit
fa0e7715c1
2
api/js/jsapi/egw_global.d.ts
vendored
2
api/js/jsapi/egw_global.d.ts
vendored
@ -808,7 +808,7 @@ declare interface IegwWndLocal extends IegwGlobal
|
||||
* @param {object} _context
|
||||
* @returns {mixed|Promise}
|
||||
*/
|
||||
applyFunc(_func : string|Function, args : Array<any>, _context : Object) : Promise<any>|any
|
||||
applyFunc(_func : string|Function, args : Array<any>, _context? : Object) : Promise<any>|any
|
||||
|
||||
/**
|
||||
* Registers a new handler plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user