video edit panel: change title of title column to 'title'
This commit is contained in:
parent
3eb5c229ec
commit
b2426c1ac6
2 changed files with 3 additions and 5 deletions
|
|
@ -29,7 +29,6 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
getLargeTimelineURL: null,
|
||||
height: 0,
|
||||
'in': 0,
|
||||
itemName: '',
|
||||
loop: false,
|
||||
layers: [],
|
||||
muted: false,
|
||||
|
|
@ -333,7 +332,6 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
formatTitle: self.options.formatTitle,
|
||||
getClipImageURL: self.options.getClipImageURL,
|
||||
'in': self.options['in'],
|
||||
itemName: self.options.itemName,
|
||||
layers: Ox.clone(self.options.layers),
|
||||
out: self.options.out,
|
||||
position: self.options.position,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue