add missing option/documentation
This commit is contained in:
parent
ce9aba28c7
commit
a04c0f2a1f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ Ox.VideoAnnotationPanel <f> VideoAnnotationPanel Object
|
|||
annotationsrange <!> annotationsrange
|
||||
annotationssize <!> annotationssize
|
||||
annotationssort <!> annotationssort
|
||||
audioTrack <s|''> Two-letter ISO 639-1 language code or track name
|
||||
censored <!> censored
|
||||
define <!> define
|
||||
downloadselection <!> downloadselection
|
||||
|
@ -51,6 +52,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
|||
annotationsSize: 256,
|
||||
annotationsSort: 'position',
|
||||
annotationsTooltip: Ox._('annotations'),
|
||||
audioTrack: '',
|
||||
censored: [],
|
||||
censoredIcon: '',
|
||||
censoredTooltip: '',
|
||||
|
|
Loading…
Reference in a new issue