From 86befdeaed73bea60754cc0f2b189208635eec82 Mon Sep 17 00:00:00 2001 From: John Bender Date: Fri, 25 Feb 2011 22:44:08 -0800 Subject: [PATCH] removed unused var/global from navigation --- js/jquery.mobile.navigation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index 48d07e58..6041ac67 100644 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -294,7 +294,6 @@ $.each( urlHistory.stack, function( i ){ //if the url is in the stack, it's a forward or a back if( this.url === url ){ - urlIndex = i; //define back and forward by whether url is older or newer than current page back = i < urlHistory.activeIndex; //forward set to opposite of back