update the sorter to point to the correct function

This commit is contained in:
Damien Churchill 2010-03-27 14:59:05 +00:00
parent 676c59c318
commit 17903c78d4
1 changed files with 1 additions and 1 deletions

View File

@ -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'