1
0
Fork 0
forked from 0x2620/oxjs

clean up video panels

This commit is contained in:
rlx 2013-07-14 13:42:09 +00:00
commit 7dc86d3ca2
4 changed files with 8 additions and 28 deletions

View file

@ -119,7 +119,7 @@ Ox.VideoEditor = function(options, self) {
);
},
showAnnotations: function() {
that.$element.toggle(1);
self.$mainPanel.toggle(1);
},
timeline: function() {
self.$menuButton.checkItem(self.options.timeline);
@ -826,7 +826,7 @@ Ox.VideoEditor = function(options, self) {
});
that.setElement(
Ox.SplitPanel({
self.$mainPanel = Ox.SplitPanel({
elements: [
{
element: Ox.SplitPanel({