forked from 0x2620/oxjs
some bugfixes
This commit is contained in:
parent
4cc754a28d
commit
ef1fa5fe84
14 changed files with 228 additions and 229 deletions
|
|
@ -55,12 +55,12 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
mousedown: mousedown
|
||||
})
|
||||
.bindEvent({
|
||||
drag: function(event, e) {
|
||||
mousedown(e);
|
||||
drag: function(data) {
|
||||
mousedown(data);
|
||||
},
|
||||
dragend: function(event, e) {
|
||||
dragend: function(data) {
|
||||
self.triggered = false;
|
||||
mousedown(e);
|
||||
mousedown(data);
|
||||
}
|
||||
})
|
||||
.appendTo(that);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue