1
0
Fork 0
forked from 0x2620/oxjs

add clickLink to video widgets

This commit is contained in:
j 2012-01-17 21:13:46 +05:30
commit f2d7beeb22
6 changed files with 23 additions and 4 deletions

View file

@ -21,6 +21,7 @@ Ox.VideoPanel = function(options, self) {
annotationsSize: 256,
annotationsSort: 'position',
censored: [],
clickLink: null,
cuts: [],
duration: 0,
enableSubtitles: false,
@ -168,6 +169,7 @@ Ox.VideoPanel = function(options, self) {
self.$annotationPanel = Ox.AnnotationPanel({
calendarSize: self.options.annotationsCalendarSize,
clickLink: self.options.clickLink,
editable: false,
font: self.options.annotationsFont,
'in': self.options['in'],