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
|
|
@ -56,6 +56,7 @@ Ox.VideoPlayerPanel = function(options, self) {
|
|||
getLargeTimelineURL: null,
|
||||
height: 0,
|
||||
'in': 0,
|
||||
itemName: {singular: 'video', plural: 'videos'},
|
||||
layers: [],
|
||||
loop: false,
|
||||
muted: false,
|
||||
|
|
@ -336,6 +337,7 @@ Ox.VideoPlayerPanel = 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