1
0
Fork 0
forked from 0x2620/oxjs

annotations size

This commit is contained in:
j 2014-01-22 18:42:28 +00:00
commit 3f4e8764f6
2 changed files with 6 additions and 4 deletions

View file

@ -9,7 +9,6 @@ Ox.VideoEditPanel = function(options, self) {
annotationsFont: 'small',
annotationsMapSize: 256,
annotationsRange: 'all',
annotationsSize: 256,
annotationsSort: 'position',
clips: [],
clipSize: 256,
@ -298,7 +297,6 @@ Ox.VideoEditPanel = function(options, self) {
annotationsFont: self.options.annotationsFont,
annotationsMapSize: self.options.annotationsMapSize,
annotationsRange: self.options.annotationsRange,
annotationsSize: self.options.annotationsSize,
annotationsSort: self.options.annotationsSort,
clips: Ox.clone(self.options.clips),
clickLink: self.options.clickLink,