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