mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-19 20:01:52 +00:00
added 4 functions to $ namespace for use in external plugins
This commit is contained in:
parent
0782029b12
commit
8c7205c3ad
1 changed files with 6 additions and 1 deletions
|
|
@ -271,7 +271,12 @@
|
|||
});
|
||||
};
|
||||
|
||||
$.mobilize = mobilize;
|
||||
$.extend($, {
|
||||
mobilize: mobilize,
|
||||
pageLoading: pageLoading,
|
||||
changePage: changePage,
|
||||
hideBrowserChrome: hideBrowserChrome
|
||||
});
|
||||
|
||||
//dom-ready
|
||||
$(function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue