forked from 0x2620/oxjs
annotations size
This commit is contained in:
parent
d5eaed5a63
commit
3f4e8764f6
2 changed files with 6 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue