Author: damoxc
Revision: 5197
Log:
fix the comment
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Torrents.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Torrents.js 2009-04-27 21:14:43 UTC (rev
5196)
+++ trunk/deluge/ui/web/js/Deluge.Torrents.js 2009-04-27 21:15:59 UTC (rev
5197)
@@ -206,7 +206,7 @@
* 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);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---