fix files view

This commit is contained in:
j 2012-05-29 23:33:18 +00:00
parent 8bb3652f5a
commit 297be253c9

View file

@ -391,7 +391,7 @@ pandora.ui.filesView = function(options, self) {
.append(self.$clearButton)
.append(self.$moveButton);
that.$element = Ox.SplitPanel({
that.setElement(Ox.SplitPanel({
elements: [
{
element: Ox.SplitPanel({
@ -418,7 +418,8 @@ pandora.ui.filesView = function(options, self) {
}
],
orientation: 'horizontal'
});
})
);
function deleteItem(data) {
pandora.api.get({