fix #449 (selectbefore/selectafter -> selectprevious/selectnext)

This commit is contained in:
rolux 2013-05-08 16:54:36 +00:00
parent 86081ca08a
commit 23cb34e1f6

View file

@ -287,10 +287,10 @@ pandora.ui.folders = function() {
//$sections.push(pandora.$ui.section[i]);
pandora.$ui.folderList[folder.id] = pandora.ui.folderList(folder.id)
.bindEvent({
selectafter: function() {
selectnext: function() {
// ...
},
selectbefore: function() {
selectprevious: function() {
// ...
}
})