Remove unused local reference.

This commit is contained in:
Jürg Lehni 2015-10-22 14:46:17 +02:00
parent 85f7134fe6
commit 813ea48932

View file

@ -467,8 +467,7 @@ new function() { // Scope for statics
// duplicates with calls to equals() after.
var length = locations.length,
l = 0,
r = length - 1,
abs = Math.abs;
r = length - 1;
function search(index, dir) {
// If we reach the beginning/end of the list, also compare with the