mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
plug a handful of context leaks.
This commit is contained in:
@@ -444,7 +444,7 @@ Transmission.prototype =
|
||||
{
|
||||
var handled = false,
|
||||
rows = this._rows,
|
||||
up = ev.keyCode === 38; // up key pressed
|
||||
up = ev.keyCode === 38, // up key pressed
|
||||
dn = ev.keyCode === 40, // down key pressed
|
||||
shift = ev.keyCode === 16; // shift key pressed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user