Merge pull request #9953 from gentoo90/durandal

Add host field to Dialog interface
This commit is contained in:
Mohamed Hegazy
2016-07-05 15:02:43 -07:00
committed by GitHub

View File

@@ -693,6 +693,7 @@ declare module 'plugins/dialog' {
}
interface Dialog {
host: HTMLElement;
owner: any;
context: DialogContext;
activator: DurandalActivator<any>;