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.VideoAnnotationPanel <f> VideoAnnotationPanel Object
self <o> Shared private variable
([options[, self]]) -> <o:Ox.SplitPanel> VideoAnnotationPanel Object
addannotation <!> addannotation
annotationsfont <!> annotationsfont
annotationsrange <!> annotationsrange
annotationssize <!> annotationssize
annotationssort <!> annotationssort
@ -46,7 +45,6 @@ Ox.VideoAnnotationPanel = function(options, self) {
var that = Ox.Element({}, self)
.defaults({
annotationsCalendarSize: 256,
annotationsFont: 'small',
annotationsMapSize: 256,
annotationsRange: 'all',
annotationsSize: 256,
@ -741,7 +739,6 @@ Ox.VideoAnnotationPanel = function(options, self) {
calendarSize: self.options.annotationsCalendarSize,
clickLink: self.options.clickLink,
editable: true,
font: self.options.annotationsFont,
highlight: self.options.find,
'in': self.options['in'],
itemName: self.options.itemName,
@ -762,10 +759,6 @@ Ox.VideoAnnotationPanel = function(options, self) {
add: function(data) {
addAnnotation(data.layer);
},
annotationsfont: function(data) {
self.options.annotationsFont = data.font;
that.triggerEvent('annotationsfont', data);
},
annotationsrange: function(data) {
self.options.annotationsRange = data.range;
that.triggerEvent('annotationsrange', data);