itemKeys -> sortKeys

This commit is contained in:
rlx 2016-01-17 16:16:29 +05:30
parent 9baf222db1
commit 7da4bd0ec3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ oml.ui.transfersPanel = function() {
'id', 'title', 'extension', 'size',
'transferadded', 'transferprogress'
].map(function(id) {
var key = Ox.getObjectById(oml.config.itemKeys, id);
var key = Ox.getObjectById(oml.config.sortKeys, id);
return {
align: Ox.contains([
'size', 'transferprogress'