1
0
Fork 0
forked from 0x2620/oxjs

fix more resize bugs

This commit is contained in:
rlx 2012-01-30 22:26:38 +00:00
commit b19e4c0c79
2 changed files with 6 additions and 7 deletions

View file

@ -454,8 +454,8 @@ Ox.VideoEditor = function(options, self) {
title: 'Keyboard Shortcuts',
width: 256
}).open();
} else if (id == 'download') {
that.triggerEvent('download');
} else if (id == 'downloadVideo') {
that.triggerEvent('downloadVideo');
} else if (id == 'downloadSelection') {
that.triggerEvent('downloadSelection', {
'in': self.options['in'],