From e020d6b8a1a7c30d1678e2b75cd3ed15e95ae37b Mon Sep 17 00:00:00 2001 From: Sabeeh Ul Hussnain Date: Mon, 23 Nov 2015 00:00:11 +0500 Subject: [PATCH] definitions for lobibox errors fixed --- lobibox/lobibox.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lobibox/lobibox.d.ts b/lobibox/lobibox.d.ts index 2a951451f3..d8a7588d51 100644 --- a/lobibox/lobibox.d.ts +++ b/lobibox/lobibox.d.ts @@ -83,7 +83,7 @@ declare module LobiboxModule { closeOnClick?: boolean }, }|any; - callback? (lobibox:any, type:string, ev: any): void; + callback? (lobibox:any, type?:string, ev?: any): void; } interface ConfirmOptions extends MessageBoxesOptions { title? : string;