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
|
annotationsrange <!> annotationsrange
|
||||||
annotationssize <!> annotationssize
|
annotationssize <!> annotationssize
|
||||||
annotationssort <!> annotationssort
|
annotationssort <!> annotationssort
|
||||||
|
audioTrack <s|''> Two-letter ISO 639-1 language code or track name
|
||||||
censored <!> censored
|
censored <!> censored
|
||||||
define <!> define
|
define <!> define
|
||||||
downloadselection <!> downloadselection
|
downloadselection <!> downloadselection
|
||||||
|
@ -51,6 +52,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
||||||
annotationsSize: 256,
|
annotationsSize: 256,
|
||||||
annotationsSort: 'position',
|
annotationsSort: 'position',
|
||||||
annotationsTooltip: Ox._('annotations'),
|
annotationsTooltip: Ox._('annotations'),
|
||||||
|
audioTrack: '',
|
||||||
censored: [],
|
censored: [],
|
||||||
censoredIcon: '',
|
censoredIcon: '',
|
||||||
censoredTooltip: '',
|
censoredTooltip: '',
|
||||||
|
|
Loading…
Reference in a new issue