From a04c0f2a1f40d3d9538a8e591645be9e20d9dd79 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 2 Sep 2014 14:09:12 +0200 Subject: [PATCH] add missing option/documentation --- source/Ox.UI/js/Video/VideoAnnotationPanel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Ox.UI/js/Video/VideoAnnotationPanel.js b/source/Ox.UI/js/Video/VideoAnnotationPanel.js index cc4bd484..64610208 100644 --- a/source/Ox.UI/js/Video/VideoAnnotationPanel.js +++ b/source/Ox.UI/js/Video/VideoAnnotationPanel.js @@ -9,6 +9,7 @@ Ox.VideoAnnotationPanel VideoAnnotationPanel Object annotationsrange annotationsrange annotationssize annotationssize annotationssort annotationssort + audioTrack 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: '',