From bee8549a18e3be954ce7fb5c142efd1e8b40c07b Mon Sep 17 00:00:00 2001 From: Kin Blas Date: Wed, 25 May 2011 15:13:44 -0700 Subject: [PATCH] Fixed a bad typo caught by @johnbender and @gseguin. - Replaced an un-intentional semi-colon with a comma. --- js/jquery.mobile.navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index 50a63f84..3d058afc 100644 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -396,7 +396,7 @@ // The absolute version of the URL passed into the function. This // version of the URL may contain dialog/subpage params in it. - absUrl = url; // XXX_jblas: path.makeAbsolute( url ), + absUrl = url, // XXX_jblas: path.makeAbsolute( url ), // The absolute version of the URL minus any dialog/subpage params. // In otherwords the real URL of the page to be loaded.