forked from 0x2620/oxjs
fix and optimize video preview
This commit is contained in:
parent
5237fcd29d
commit
4e615e722d
3 changed files with 29 additions and 14 deletions
|
|
@ -419,10 +419,10 @@ Ox.Calendar = function(options, self) {
|
|||
.css({bottom: 40 + (self.options.showZoombar * 16) + 'px'})
|
||||
.bindEvent({
|
||||
singleclick: function() {
|
||||
// ...
|
||||
// ... FIXME: implement
|
||||
},
|
||||
doubleclick: function() {
|
||||
// ...
|
||||
// ... FIXME: implement
|
||||
}
|
||||
})
|
||||
.appendTo(that),
|
||||
|
|
@ -437,7 +437,7 @@ Ox.Calendar = function(options, self) {
|
|||
scrollBy(1);
|
||||
},
|
||||
doubleclick: function() {
|
||||
scrollTo(1000000, true)
|
||||
scrollTo(1000000, true);
|
||||
}
|
||||
})
|
||||
.appendTo(that),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue