remove the seeds status key from the Peers key list

This commit is contained in:
Damien Churchill 2009-09-15 11:51:03 +00:00
commit 63aa818c47

View file

@ -70,11 +70,11 @@ Deluge.Keys = {
/** /**
* @description Keys used in the peers tab of the statistics panel. * @description Keys used in the peers tab of the statistics panel.
* <pre>['peers', 'seed']</pre> * <pre>['peers']</pre>
* @static * @static
*/ */
Peers: [ Peers: [
'peers', 'seeds' 'peers'
], ],
/** /**