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

View File

@ -51,7 +51,7 @@ Deluge.data.Peer = Ext.data.Record.create([
}, { }, {
name: 'ip', name: 'ip',
type: 'string', type: 'string',
sortType: Deluge.Sorters.ipSorter sortType: Deluge.data.SortTypes.asIPAddress
}, { }, {
name: 'client', name: 'client',
type: 'string' type: 'string'