definitions for lobibox errors fixed

This commit is contained in:
Sabeeh Ul Hussnain
2015-11-23 00:00:11 +05:00
parent 52b9b36e5d
commit e020d6b8a1

View File

@@ -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;