equal
deleted
inserted
replaced
32 value: 0, |
32 value: 0, |
33 min: 0, |
33 min: 0, |
34 max: this.source.getDuration().getSeconds(), |
34 max: this.source.getDuration().getSeconds(), |
35 slide: function(event, ui) { |
35 slide: function(event, ui) { |
36 _this.player.popcorn.currentTime(ui.value); |
36 _this.player.popcorn.currentTime(ui.value); |
|
37 _this.player.popcorn.trigger("IriSP.Mediafragment.setHashToTime"); |
37 } |
38 } |
38 }); |
39 }); |
39 |
40 |
40 this.$handle = this.$slider.find('.ui-slider-handle'); |
41 this.$handle = this.$slider.find('.ui-slider-handle'); |
41 |
42 |