fix list sort

This commit is contained in:
j 2013-02-19 16:40:26 +00:00
parent 8eb70f5512
commit 051e1aff7e
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ pandora.ui.folderList = function(id) {
pandora.resizeFolders();
},
move: function(data) {
pandora.api['sort' + foldeItem]({
pandora.api['sort' + folderItems]({
section: id,
ids: data.ids
});