From f811fcc5492ae96c7e9430fba106b423d4967560 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 27 Apr 2009 21:15:59 +0000 Subject: [PATCH] fix the comment --- deluge/ui/web/js/Deluge.Torrents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/Deluge.Torrents.js b/deluge/ui/web/js/Deluge.Torrents.js index 99844eb23..8198edb9f 100644 --- a/deluge/ui/web/js/Deluge.Torrents.js +++ b/deluge/ui/web/js/Deluge.Torrents.js @@ -206,7 +206,7 @@ Copyright: * Returns the record representing the torrent at the specified index. * * @param {int} The row index of the torrent you wish to retrieve. - * @param {Ext.data.Record} The record representing the torrent. + * @return {Ext.data.Record} The record representing the torrent. */ getTorrent: function(rowIndex) { return this.getStore().getAt(rowIndex);