1
0
Fork 0
forked from 0x2620/oxjs

video edit panel: add formatTitle option

This commit is contained in:
rolux 2014-02-08 04:51:53 +00:00
commit 2bec9b9496
2 changed files with 57 additions and 59 deletions

View file

@ -19,12 +19,14 @@ Ox.VideoEditPanel = function(options, self) {
duration: 0,
editable: false,
enableSubtitles: false,
formatTitle: Ox.identity,
fps: 25,
fullscreen: false,
getClipImageURL: null,
getLargeTimelineURL: null,
height: 0,
'in': 0,
itemName: '',
loop: false,
layers: [],
muted: false,
@ -324,6 +326,7 @@ Ox.VideoEditPanel = function(options, self) {
clickLink: self.options.clickLink,
duration: self.options.duration,
editable: self.options.editable,
formatTitle: self.options.formatTitle,
getClipImageURL: self.options.getClipImageURL,
'in': self.options['in'],
itemName: self.options.itemName,