From 1317c57863352c50719e5924bf3ca151330c53f9 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 3 Oct 2010 16:01:10 -0400 Subject: [PATCH] whitespace only --- js/jQuery.mobile.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/js/jQuery.mobile.js b/js/jQuery.mobile.js index 9a1918e5..5dd7906b 100644 --- a/js/jQuery.mobile.js +++ b/js/jQuery.mobile.js @@ -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){