Missing dialog options.

This commit is contained in:
Dick van den Brink 2013-09-06 19:12:36 +02:00
parent 4dbf079c03
commit bae43aceef

View File

@ -9,7 +9,9 @@
interface JQueryMobileEvent { (event: Event, ui): void; }
interface DialogOptions {
closeBtn?: string;
closeBtnText?: string;
corners?: boolean;
initSelector?: string;
overlayTheme?: string;
}