1
0
Fork 0
forked from 0x2620/oxjs

clean up video editor options

This commit is contained in:
rolux 2011-05-24 21:19:27 +02:00
commit 29e58b9c3e
2 changed files with 2 additions and 3 deletions

View file

@ -18,19 +18,18 @@ Ox.VideoEditor = function(options, self) {
cuts: [],
duration: 0,
find: '',
frameURL: function() {},
fps: 25,
getFrameURL: null,
getLargeTimelineImageURL: null,
getSmallTimelineImageURL: null,
'in': 0,
height: 0,
largeTimeline: true,
layers: [],
out: 0,
position: 0,
posterFrame: 0,
showAnnotations: false,
showLargeTimeline: true,
subtitles: [],
videoHeight: 0,
videoWidth: 0,