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