video edit panel: change title of title column to 'title'

This commit is contained in:
rolux 2014-02-08 20:32:04 +00:00
commit b2426c1ac6
2 changed files with 3 additions and 5 deletions

View file

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