add the 'All Movies' list

This commit is contained in:
rolux 2011-11-06 18:36:22 +00:00
commit 03ed4e74f6
4 changed files with 26 additions and 8 deletions

View file

@ -2,13 +2,15 @@
'use strict';
pandora.ui.folders = function() {
var ui = pandora.user.ui,
counter = 0,
that = Ox.Element()
.css({overflowX: 'hidden', overflowY: 'auto'})
.bindEvent({
resize: pandora.resizeFolders,
});
var counter = 0;
//var $sections = [];
pandora.$ui.allItems = pandora.ui.allItems().appendTo(that);
pandora.$ui.folder = [];
pandora.$ui.folderBrowser = {};
pandora.$ui.folderList = {};