fix #319 (remove annotation font size)
This commit is contained in:
parent
30adf48613
commit
c6afcafbdd
11 changed files with 1 additions and 22 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue