diff --git a/jquerymobile/jquerymobile.d.ts b/jquerymobile/jquerymobile.d.ts index a3a07f066..efb028b8f 100644 --- a/jquerymobile/jquerymobile.d.ts +++ b/jquerymobile/jquerymobile.d.ts @@ -366,6 +366,8 @@ interface JQuerySupport { interface JQuery { + enhanceWithin(): JQuery; + dialog(): JQuery; dialog(command: string): JQuery; dialog(options: DialogOptions): JQuery;