mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user