This commit is contained in:
rolux 2011-09-29 23:16:08 +00:00
parent 218c98fc7a
commit 4174a8a2c7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pandora.ui.sortSelect = function() {
pandora_listsort: function(data) {
that.selectItem(data.value[0].key);
},
pandora_itemsort: function(value) {
pandora_itemsort: function(data) {
that.selectItem(data.value[0].key);
}
});