1
0
Fork 0
forked from 0x2620/oxjs

fix and optimize video preview

This commit is contained in:
rlx 2012-01-30 20:48:19 +00:00
commit 4e615e722d
3 changed files with 29 additions and 14 deletions

View file

@ -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),