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…
Reference in New Issue