1
0
Fork 0
forked from 0x2620/oxjs

remove annotations font size

This commit is contained in:
rolux 2014-02-18 06:34:08 +00:00
commit 978cc88618
6 changed files with 0 additions and 41 deletions

View file

@ -6,7 +6,6 @@ Ox.VideoEditPanel = function(options, self) {
var that = Ox.Element({}, self)
.defaults({
annotationsCalendarSize: 256,
annotationsFont: 'small',
annotationsMapSize: 256,
annotationsRange: 'all',
annotationsSort: 'position',
@ -327,7 +326,6 @@ Ox.VideoEditPanel = function(options, self) {
self.$clipPanel = Ox.ClipPanel({
annotationsCalendarSize: self.options.annotationsCalendarSize,
annotationsFont: self.options.annotationsFont,
annotationsMapSize: self.options.annotationsMapSize,
annotationsRange: self.options.annotationsRange,
annotationsSort: self.options.annotationsSort,