dont use new Ox.
This commit is contained in:
parent
957567123e
commit
4b7224526a
32 changed files with 140 additions and 140 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue