rename foldersList.js/folderList.js

This commit is contained in:
j 2011-09-26 18:52:13 +02:00
parent 1baab137c7
commit 640a937310
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
// fixme: the filename should be folderList.js
pandora.ui.folderList = function(id) {
var i = Ox.getPositionById(pandora.site.sectionFolders[pandora.user.ui.section], id),
that;

View file

@ -27,7 +27,7 @@
"js/pandora/ui/Ox.FilesView.js",
"js/pandora/ui/browser.js",
"js/pandora/ui/list.js",
"js/pandora/ui/foldersList.js",
"js/pandora/ui/folderList.js",
"js/pandora/ui/findElement.js",
"js/pandora/ui/filterDialog.js",
"js/pandora/ui/account.js",