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.browser = function() {
var that;
if (!pandora.user.ui.item) {
pandora.$ui.groups = pandora.ui.groups();
that = new Ox.SplitPanel({
that = Ox.SplitPanel({
elements: [
{
element: pandora.$ui.groups[0],
@ -36,7 +36,7 @@ pandora.ui.browser = function() {
}
});
} else {
var that = new Ox.IconList({
var that = Ox.IconList({
centered: true,
id: 'list',
item: function(data, sort, size) {