forked from 0x2620/oxjs
some more tabs to spaces
This commit is contained in:
parent
064c40461e
commit
4950898b34
7 changed files with 19 additions and 19 deletions
|
|
@ -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: []
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue