1
0
Fork 0
forked from 0x2620/oxjs

fix video editor bugs

This commit is contained in:
rlx 2012-02-04 11:44:19 +00:00
commit 76466e7eeb
6 changed files with 63 additions and 47 deletions

View file

@ -440,7 +440,7 @@ Ox.Element = function(options, self) {
'mousedown', 'mouserepeat', 'anyclick', 'singleclick', 'doubleclick',
'dragstart', 'drag', 'dragenter', 'dragleave', 'dragpause', 'dragend',
'draganddropstart', 'draganddrop', 'draganddropenter', 'draganddropleave', 'draganddropend',
'playing', 'position', 'progress'
'playing', 'position', 'progress', 'request'
].indexOf(event) == -1) {
if (!/^pandora_/.test(event)) {
Ox.Log('EVENT', that.id, self.options.id, 'trigger', event, data);