From: Jordan Lee Date: Thu, 25 Aug 2011 12:04:20 +0000 (+0000) Subject: (trunk web) remove an unnecessary link from the torrents' file objects to the torrent... X-Git-Tag: 2.40b1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bccb21bd9ba83767d745dbdfdf317d9b4f84ed8;p=transmission (trunk web) remove an unnecessary link from the torrents' file objects to the torrent object that "owns" it --- diff --git a/web/javascript/torrent.js b/web/javascript/torrent.js index 5d1e8938c..1d5b88ecc 100644 --- a/web/javascript/torrent.js +++ b/web/javascript/torrent.js @@ -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 };