cosmetic changes
This commit is contained in:
parent
99eddfb806
commit
f472dfb022
1 changed files with 4 additions and 4 deletions
|
@ -314,10 +314,6 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
that.triggerEvent('position', {position: self.options.position});
|
||||
}
|
||||
|
||||
function getClipById(id) {
|
||||
return Ox.getObjectById(self.options.clips, id);
|
||||
}
|
||||
|
||||
function getChapters() {
|
||||
var currentTime = 0;
|
||||
return self.options.clips.map(function(clip) {
|
||||
|
@ -330,6 +326,10 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
});
|
||||
}
|
||||
|
||||
function getClipById(id) {
|
||||
return Ox.getObjectById(self.options.clips, id);
|
||||
}
|
||||
|
||||
function getPlayerHeight() {
|
||||
return self.options.height - 24
|
||||
- self.options.showTimeline * 80 - 1;
|
||||
|
|
Loading…
Reference in a new issue