add missing option/documentation

This commit is contained in:
rlx 2014-09-02 14:09:12 +02:00
parent ce9aba28c7
commit a04c0f2a1f

View file

@ -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: '',