From 4556398069496512dd8991ddaff8d768471d1d6f Mon Sep 17 00:00:00 2001 From: Dick van den Brink Date: Tue, 14 Jan 2014 22:28:29 +0100 Subject: [PATCH] Added new enhanceWithin() method. --- jquerymobile/jquerymobile.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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;