1
0
Fork 0
forked from 0x2620/oxjs

fix adding,removing,sorting video items and related updates

This commit is contained in:
j 2013-07-14 10:41:30 +00:00
commit fd7352edac
3 changed files with 9 additions and 2 deletions

View file

@ -1272,7 +1272,7 @@ Ox.VideoPlayer = function(options, self) {
);
setPosition(self.$video.currentTime());
that.triggerEvent('durationchange', {
duration:self.options.duration
duration: self.options.duration
});
}