diff --git a/jquerymobile/jquerymobile.d.ts b/jquerymobile/jquerymobile.d.ts index cc897e3092..a67bd1b425 100644 --- a/jquerymobile/jquerymobile.d.ts +++ b/jquerymobile/jquerymobile.d.ts @@ -347,8 +347,10 @@ interface JQuery { button(): JQuery; button(command: string): JQuery; - buttonMarkup(options: ButtonOptions): JQuery; + button(options?: ButtonOptions): JQuery; button(events: ButtonEvents): JQuery; + + buttonMarkup(options?: ButtonOptions): JQuery; collapsible(): JQuery; collapsible(command: string): JQuery;