merge app into pandora

This commit is contained in:
j 2011-06-06 17:48:11 +02:00
commit 40b2ca0dff
35 changed files with 735 additions and 734 deletions

View file

@ -13,13 +13,13 @@ pandora.ui.statusbar = function() {
fontSize: '9px'
})
.append(
app.$ui.total = new Ox.Element('span')
pandora.$ui.total = new Ox.Element('span')
)
.append(
new Ox.Element('span').html(' — ')
)
.append(
app.$ui.selected = new Ox.Element('span')
pandora.$ui.selected = new Ox.Element('span')
)
);
return that;