1
0
Fork 0
forked from 0x2620/oxjs

debugging...

This commit is contained in:
rlx 2011-08-19 16:49:00 +00:00
commit 842ad71cb9
2 changed files with 4 additions and 1 deletions

View file

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