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

@ -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,