(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)
{