forked from 0x2620/oxjs
clean up video panels
This commit is contained in:
parent
c8d0969a41
commit
7dc86d3ca2
4 changed files with 8 additions and 28 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue