mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-04 14:50:24 +00:00
exposed pageContainer via $.pageContainer, for other plugins to append
This commit is contained in:
parent
863e971cd9
commit
b27e9e6d51
1 changed files with 2 additions and 1 deletions
|
|
@ -358,7 +358,8 @@
|
|||
jQuery.extend({
|
||||
pageLoading: pageLoading,
|
||||
changePage: changePage,
|
||||
hideBrowserChrome: hideBrowserChrome
|
||||
hideBrowserChrome: hideBrowserChrome,
|
||||
pageContainer: $pageContainer
|
||||
});
|
||||
|
||||
//dom-ready
|
||||
|
|
|
|||
Loading…
Reference in a new issue