forked from 0x2620/oxjs
temporary fix for video skipping bug (#716); add third parameter (index) to forEach callback; add Geo colors
This commit is contained in:
parent
8c67bf9462
commit
17aca54e7a
5 changed files with 57 additions and 50 deletions
|
|
@ -1721,9 +1721,12 @@ Ox.VideoPlayer = function(options, self) {
|
|||
that.triggerEvent('playing', {
|
||||
position: self.options.position
|
||||
});
|
||||
/*
|
||||
temporarily disabled
|
||||
minute != previousMinute && that.triggerEvent('position', {
|
||||
position: minute * 60
|
||||
});
|
||||
*/
|
||||
}
|
||||
|
||||
function playInToOut() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue