forked from 0x2620/oxjs
in video panels, use self.options.itemName
This commit is contained in:
parent
b51dba0692
commit
da24434260
4 changed files with 11 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue