fix the comment
This commit is contained in:
parent
a7a13636e6
commit
f811fcc549
@ -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…
x
Reference in New Issue
Block a user