1
0
Fork 0
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:
Jordan Lee 2011-08-25 12:04:20 +00:00
parent ac86d3d740
commit 7bccb21bd9

View file

@ -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
};