1
0
Fork 0
forked from 0x2620/oxjs

some more tabs to spaces

This commit is contained in:
rolux 2013-06-02 22:19:36 +02:00
commit 4950898b34
7 changed files with 19 additions and 19 deletions

View file

@ -70,7 +70,7 @@ Ox.VideoEditor = function(options, self) {
getLargeTimelineURL: null,
getSmallTimelineURL: null,
'in': 0,
height: 0,
height: 0,
layers: [],
muted: false,
out: 0,
@ -1002,12 +1002,12 @@ Ox.VideoEditor = function(options, self) {
function getSizes(scrollbarIsVisible) {
var scrollbarWidth = Ox.UI.SCROLLBAR_SIZE,
contentWidth = self.options.width
- (self.options.showAnnotations * self.options.annotationsSize) - 1
- (scrollbarIsVisible ? scrollbarWidth : 0),
contentWidth = self.options.width
- (self.options.showAnnotations * self.options.annotationsSize) - 1
- (scrollbarIsVisible ? scrollbarWidth : 0),
height,
lines,
size = {
size = {
player: [],
timeline: []
},