mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
#1939 fix javascript error in r8073
This commit is contained in:
parent
8056917945
commit
9f4e42c4eb
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ TransmissionRemote.prototype =
|
|||
this.sendTorrentCommand( 'torrent-remove', torrents );
|
||||
},
|
||||
removeTorrentsAndData: function( torrents ) {
|
||||
var remote = this,
|
||||
var remote = this;
|
||||
var o = {
|
||||
method: 'torrent-remove',
|
||||
arguments: {
|
||||
|
|
Loading…
Reference in a new issue