forked from 0x2620/oxjs
add status bar text to edit
This commit is contained in:
parent
5b29e4348b
commit
99eddfb806
2 changed files with 22 additions and 4 deletions
|
|
@ -168,6 +168,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
self.$timeline = getTimeline()
|
||||
);
|
||||
setPosition(self.$video.options('position'), true);
|
||||
self.$clipPanel.options({duration: self.options.duration});
|
||||
},
|
||||
fullscreen: function(data) {
|
||||
self.options.fullscreen = data.fullscreen;
|
||||
|
|
@ -237,6 +238,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
|
||||
self.$clipPanel = Ox.ClipPanel({
|
||||
clips: Ox.clone(self.options.clips),
|
||||
duration: self.options.duration,
|
||||
editable: self.options.editable,
|
||||
'in': self.options['in'],
|
||||
out: self.options.out,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue