1
0
Fork 0
forked from 0x2620/oxjs

events are lowercase, VideoPanel defaults

This commit is contained in:
j 2012-02-01 07:17:47 +00:00
commit 02e53ed3e0
2 changed files with 9 additions and 3 deletions

View file

@ -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,
});