1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-19 04:41:11 +00:00

(trunk web) fix accidental global variable introduced in r12742

This commit is contained in:
Jordan Lee 2011-08-25 11:25:13 +00:00
parent 398ee0cc18
commit ac86d3d740

View file

@ -518,7 +518,7 @@ Transmission.prototype =
i = (i+1) % rows.length;
else if (up)
i = (i || rows.length) - 1;
r = rows[i];
var r = rows[i];
if (this._shift_index >= 0)
{