From fa0e7715c11edcf2456f3376c85f88cc8b9c8b6e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 15 Mar 2021 08:57:45 +0200 Subject: [PATCH] mark context as optional parameter --- api/js/jsapi/egw_global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/jsapi/egw_global.d.ts b/api/js/jsapi/egw_global.d.ts index d66c45e602..06e3c23f67 100644 --- a/api/js/jsapi/egw_global.d.ts +++ b/api/js/jsapi/egw_global.d.ts @@ -808,7 +808,7 @@ declare interface IegwWndLocal extends IegwGlobal * @param {object} _context * @returns {mixed|Promise} */ - applyFunc(_func : string|Function, args : Array, _context : Object) : Promise|any + applyFunc(_func : string|Function, args : Array, _context? : Object) : Promise|any /** * Registers a new handler plugin.