mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 22:58:30 +00:00
update the sorter to point to the correct function
This commit is contained in:
parent
676c59c318
commit
17903c78d4
@ -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…
x
Reference in New Issue
Block a user