]> granicus.if.org Git - transmission/commitdiff
(trunk web) remove an unnecessary link from the torrents' file objects to the torrent...
authorJordan Lee <jordan@transmissionbt.com>
Thu, 25 Aug 2011 12:04:20 +0000 (12:04 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Thu, 25 Aug 2011 12:04:20 +0000 (12:04 +0000)
web/javascript/torrent.js

index 5d1e8938c813f8040c18c3ae39f16dbf8fc0c2e2..1d5b88eccd77eb42e7951a394cb50032cafc8ab9 100644 (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
                                };