mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-17 11:50:22 +08:00
Add jQuery Mobile initializePage method
This commit is contained in:
Vendored
+4
-3
@@ -277,11 +277,12 @@ interface LoadPageOptions {
|
||||
interface JQueryMobile extends JQueryMobileOptions {
|
||||
|
||||
changePage(to: any, options?: ChangePageOptions): void;
|
||||
initializePage(): void;
|
||||
loadPage(url: any, options?: LoadPageOptions): void;
|
||||
loading(command: string, options?): void;
|
||||
|
||||
loading(command: string, options? ): void;
|
||||
|
||||
base;
|
||||
silentScroll(yPos: number):void;
|
||||
silentScroll(yPos: number): void;
|
||||
activePage;
|
||||
|
||||
options: JQueryMobileOptions;
|
||||
|
||||
Reference in New Issue
Block a user