cosmetic changes

This commit is contained in:
rlx 2013-07-14 19:11:32 +00:00
parent 99eddfb806
commit f472dfb022

View file

@ -314,10 +314,6 @@ Ox.VideoEditPanel = function(options, self) {
that.triggerEvent('position', {position: self.options.position}); that.triggerEvent('position', {position: self.options.position});
} }
function getClipById(id) {
return Ox.getObjectById(self.options.clips, id);
}
function getChapters() { function getChapters() {
var currentTime = 0; var currentTime = 0;
return self.options.clips.map(function(clip) { 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() { function getPlayerHeight() {
return self.options.height - 24 return self.options.height - 24
- self.options.showTimeline * 80 - 1; - self.options.showTimeline * 80 - 1;