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

@ -74,10 +74,10 @@ Ox.VideoEditPanel = function(options, self) {
self.$annotationPanel.options({selected: self.options.selected});
},
showClips: function() {
that.$element.toggle(1);
self.$mainPanel.toggle(1);
},
showTimeline: function() {
self.$videoPanel.toggle(1);
self.$videoPanel.toggle(2);
},
smallTimelineURL: function() {
self.$video.options({timeline: self.options.smallTimelineURL});
@ -261,7 +261,7 @@ Ox.VideoEditPanel = function(options, self) {
});
that.setElement(
Ox.SplitPanel({
self.$mainPanel = Ox.SplitPanel({
elements: [
{
element: self.$videoPanel