mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-27 11:10:27 +00:00
removed unused var/global from navigation
This commit is contained in:
parent
6152e8f511
commit
86befdeaed
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue