dont use new Ox.

This commit is contained in:
j 2011-06-19 19:49:25 +02:00
commit 4b7224526a
32 changed files with 140 additions and 140 deletions

View file

@ -3,7 +3,7 @@ pandora.ui.folderList = function(id) {
var i = Ox.getPositionById(pandora.site.sectionFolders[pandora.user.ui.section], id),
that;
if (pandora.user.ui.section == 'site') {
that = new Ox.TextList({
that = Ox.TextList({
columns: [
{
format: function() {
@ -48,7 +48,7 @@ pandora.ui.folderList = function(id) {
},
});
} else if (pandora.user.ui.section == 'items') {
that = new Ox.TextList({
that = Ox.TextList({
columns: [
{
format: function() {