mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix the comment
This commit is contained in:
parent
a7a13636e6
commit
f811fcc549
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue