Skip to content

Commit 94dbe55

Browse files
committed
remove unused variable declarations
1 parent 3217489 commit 94dbe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/navigation/navigate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ define([
189189
},
190190

191191
direct: function( opts ) {
192-
var back, forward, entry, newActiveIndex, prev = this.getActive(), a = this.activeIndex;
192+
var newActiveIndex, a = this.activeIndex;
193193

194194
// First, take the slice of the history stack before the current index and search
195195
// for a url match. If one is found, we'll avoid avoid looking through forward history

0 commit comments

Comments
 (0)