forked from 0x2620/oxjs
some work on ListCalendar
This commit is contained in:
parent
2928058f87
commit
efca832c76
10 changed files with 532 additions and 192 deletions
|
|
@ -1600,7 +1600,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
|
||||
function rewind() {
|
||||
setTimeout(function() {
|
||||
setPosition(self.options.playInToOut ? self.options.in : 0);
|
||||
setPosition(self.options.playInToOut ? self.options['in'] : 0);
|
||||
}, 250);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue