mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
update the sorter to point to the correct function
This commit is contained in:
parent
676c59c318
commit
17903c78d4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Deluge.data.Peer = Ext.data.Record.create([
|
|||
}, {
|
||||
name: 'ip',
|
||||
type: 'string',
|
||||
sortType: Deluge.Sorters.ipSorter
|
||||
sortType: Deluge.data.SortTypes.asIPAddress
|
||||
}, {
|
||||
name: 'client',
|
||||
type: 'string'
|
||||
|
|
Loading…
Add table
Reference in a new issue