1
0
Fork 0
forked from 0x2620/oxjs

new timeline implementation

This commit is contained in:
rolux 2011-05-15 18:18:58 +02:00
commit fd1fc212f2
8 changed files with 690 additions and 54 deletions

View file

@ -331,7 +331,7 @@ Ox.Element = function() {
Ox.forEach(Ox.makeObject(arguments), function(data, event) {
if ([
'mousedown', 'mouserepeat', 'anyclick', 'singleclick', 'doubleclick',
'dragstart', 'drag', 'dragpause', 'dragend', 'playing', 'progress'
'dragstart', 'drag', 'dragpause', 'dragend', 'playing', 'position', 'progress'
].indexOf(event) == -1) {
Ox.print(that.id, self.options.id, 'trigger', event, data);
}