forked from 0x2620/oxjs
events are lowercase, VideoPanel defaults
This commit is contained in:
parent
9b2766bc17
commit
02e53ed3e0
2 changed files with 9 additions and 3 deletions
|
|
@ -442,14 +442,14 @@ Ox.VideoEditor = function(options, self) {
|
|||
width: 256
|
||||
}).open();
|
||||
} else if (id == 'downloadVideo') {
|
||||
that.triggerEvent('downloadVideo');
|
||||
that.triggerEvent('downloadvideo');
|
||||
} else if (id == 'downloadSelection') {
|
||||
that.triggerEvent('downloadSelection', {
|
||||
that.triggerEvent('downloadselection', {
|
||||
'in': self.options['in'],
|
||||
out: self.options.out,
|
||||
});
|
||||
} else if (id == 'embedSelection') {
|
||||
that.triggerEvent('embedSelection', {
|
||||
that.triggerEvent('embedselection', {
|
||||
'in': self.options['in'],
|
||||
out: self.options.out,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue