fix #319 (remove annotation font size)

This commit is contained in:
rolux 2014-02-18 06:33:24 +00:00
commit c6afcafbdd
11 changed files with 1 additions and 22 deletions

View file

@ -5,7 +5,6 @@ pandora.ui.embedPlayer = function() {
var that = Ox.Element(),
ui = pandora.user.ui,
defaults = {
annotationsFont: ui.annotationsFont,
annotationsRange: ui.annotationsRange,
annotationsSort: ui.annotationsSort,
invertHighlight: true,
@ -219,7 +218,6 @@ pandora.ui.embedPlayer = function() {
}
$annotations = Ox.AnnotationPanel(Ox.extend({
clickLink: pandora.clickLink,
font: options.annotationsFont,
layers: video.annotations,
position: options.position,
range: options.annotationsRange,