Skip to content

Commit 1c695a1

Browse files
committed
Added pagecontainer as a property.
1 parent 4556398 commit 1c695a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquerymobile/jquerymobile.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ interface JQueryMobile extends JQueryMobileOptions {
331331
loadPage(url: any, options?: LoadPageOptions): void;
332332
loading(command: string, options?: LoaderOptions): void;
333333

334+
pageContainer: any;
334335
base: any;
335336
silentScroll(yPos: number): void;
336337
activePage: JQuery;

0 commit comments

Comments
 (0)