(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
1 changed files with 0 additions and 1 deletions

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