forked from 0x2620/oxjs
debugging...
This commit is contained in:
parent
439b7cfad6
commit
842ad71cb9
2 changed files with 4 additions and 1 deletions
|
|
@ -1420,6 +1420,8 @@ Ox.VideoPlayer = function(options, self) {
|
|||
self.options.out < self.$video.duration() ?
|
||||
self.options.out : self.$video.duration();
|
||||
self.options.duration = self.out - self['in'];
|
||||
Ox.print('----------------------------------------', self.options.position)
|
||||
//self.options.position = Ox.limit(self.options.position, self['in'], self.out);
|
||||
self.$video.currentTime(self.options.position);
|
||||
|
||||
self.options.paused && self.options.showMarkers && setMarkers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue