1
0
Fork 0
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:
rlx 2012-03-25 21:23:03 +00:00
commit 17aca54e7a
5 changed files with 57 additions and 50 deletions

View file

@ -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() {