forked from 0x2620/pandora
fix #449 (selectbefore/selectafter -> selectprevious/selectnext)
This commit is contained in:
parent
86081ca08a
commit
23cb34e1f6
1 changed files with 2 additions and 2 deletions
|
@ -287,10 +287,10 @@ pandora.ui.folders = function() {
|
||||||
//$sections.push(pandora.$ui.section[i]);
|
//$sections.push(pandora.$ui.section[i]);
|
||||||
pandora.$ui.folderList[folder.id] = pandora.ui.folderList(folder.id)
|
pandora.$ui.folderList[folder.id] = pandora.ui.folderList(folder.id)
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
selectafter: function() {
|
selectnext: function() {
|
||||||
// ...
|
// ...
|
||||||
},
|
},
|
||||||
selectbefore: function() {
|
selectprevious: function() {
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue