1
0
Fork 0
forked from 0x2620/oxjs

in video panels, use self.options.itemName

This commit is contained in:
rolux 2014-01-19 11:58:59 +05:30
commit da24434260
4 changed files with 11 additions and 3 deletions

View file

@ -48,6 +48,8 @@ Ox.VideoTimelinePanel = function(options, self) {
getFrameURL: null,
getLargeTimelineURL: null,
height: 0,
'in': 0,
itemName: {singular: 'video', plural: 'videos'},
layers: [],
loop: false, // fixme: used?
muted: false,
@ -164,6 +166,7 @@ Ox.VideoTimelinePanel = function(options, self) {
font: self.options.annotationsFont,
highlight: self.options.find,
'in': self.options['in'],
itemName: self.options.itemName,
layers: self.options.layers,
mapSize: self.options.annotationsMapSize,
out: self.options.out,