From 2f06bb165b10d96de3e224e4cfe4b43b84bfc934 Mon Sep 17 00:00:00 2001 From: Dick van den Brink Date: Tue, 14 Jan 2014 22:22:03 +0100 Subject: [PATCH] Added flipswitch widget. --- jquerymobile/jquerymobile.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jquerymobile/jquerymobile.d.ts b/jquerymobile/jquerymobile.d.ts index dfc2a1de7b..d73675d97d 100644 --- a/jquerymobile/jquerymobile.d.ts +++ b/jquerymobile/jquerymobile.d.ts @@ -355,6 +355,7 @@ interface JQueryMobile extends JQueryMobileOptions { collapsibleset: any; textinput: any; slider: any; + flipswitch: any; checkboxradio: any; selectmenu: any; listview: any; @@ -411,6 +412,9 @@ interface JQuery { slider(options: SliderOptions): JQuery; slider(events: SliderEvents): JQuery; + flipswitch(): JQuery; + flipswitch(command: string): JQuery; + checkboxradio(): JQuery; checkboxradio(command: string): JQuery; checkboxradio(options: CheckboxRadioOptions): JQuery;