fix the comment

This commit is contained in:
Damien Churchill 2009-04-27 21:15:59 +00:00
commit f811fcc549

View file

@ -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);