mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-10 07:34:44 +00:00
whitespace only
This commit is contained in:
parent
9d342f4d9e
commit
1317c57863
1 changed files with 2 additions and 12 deletions
|
|
@ -38,10 +38,6 @@
|
|||
nextPageRole = null,
|
||||
noCache = '.ui-dialog';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// hide address bar
|
||||
function hideBrowserChrome() {
|
||||
// prevent scrollstart and scrollstop events
|
||||
|
|
@ -229,11 +225,7 @@
|
|||
});
|
||||
|
||||
hideBrowserChrome();
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
//add orientation class on flip/resize.
|
||||
$window.bind( "orientationchange", function( event, data ) {
|
||||
|
|
@ -264,9 +256,7 @@
|
|||
else{
|
||||
setTimeout(callback, transitionDuration);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
//markup-driven enhancements, to be called on any ui-page upon loading
|
||||
function mobilize($el){
|
||||
|
|
|
|||
Loading…
Reference in a new issue