We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c695a1 commit 2625222Copy full SHA for 2625222
jquerymobile/jquerymobile.d.ts
@@ -329,7 +329,8 @@ interface JQueryMobile extends JQueryMobileOptions {
329
changePage(to: any, options?: ChangePageOptions): void;
330
initializePage(): void;
331
loadPage(url: any, options?: LoadPageOptions): void;
332
- loading(command: string, options?: LoaderOptions): void;
+ loading(): JQuery;
333
+ loading(command: string, options?: LoaderOptions): JQuery;
334
335
pageContainer: any;
336
base: any;
0 commit comments