mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +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.
|
* Returns the record representing the torrent at the specified index.
|
||||||
*
|
*
|
||||||
* @param {int} The row index of the torrent you wish to retrieve.
|
* @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) {
|
getTorrent: function(rowIndex) {
|
||||||
return this.getStore().getAt(rowIndex);
|
return this.getStore().getAt(rowIndex);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue