From a056d4636bf8416c11905356f85292387da10431 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Fri, 17 Sep 2010 13:54:28 -0400 Subject: [PATCH] clarified comment --- js/jQuery.mobile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/jQuery.mobile.js b/js/jQuery.mobile.js index 3d9d6f57..d2540ee9 100644 --- a/js/jQuery.mobile.js +++ b/js/jQuery.mobile.js @@ -249,10 +249,7 @@ } } else{ - //either... - // we've backed up to the root page url, - // it's a plugin state - //or it's the first page load with no hash present + //either we've backed up to the root page url, or it's the first page load with no hash present var currentPage = $('.ui-page-active'); if( currentPage.length && !startPage.is('.ui-page-active')){ changePage(currentPage, startPage, back);