mirror of
https://github.com/transmission/transmission
synced 2025-02-19 04:41:11 +00:00
(trunk web) remove an unnecessary link from the torrents' file objects to the torrent object that "owns" it
This commit is contained in:
parent
ac86d3d740
commit
7bccb21bd9
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ Torrent.prototype =
|
|||
for (var i=0, row; row=data.files[i]; ++i) {
|
||||
this._files[i] = {
|
||||
'index': i,
|
||||
'torrent': this,
|
||||
'length': row.length,
|
||||
'name': row.name
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue