src/widgets/Slider.js
branchnew-model
changeset 881 f11b234497f7
parent 880 4c7b33bf2795
child 887 6a04bd37da0a
--- a/src/widgets/Slider.js	Thu Apr 26 19:18:57 2012 +0200
+++ b/src/widgets/Slider.js	Fri Apr 27 19:18:21 2012 +0200
@@ -34,6 +34,7 @@
         max: this.source.getDuration().getSeconds(),
         slide: function(event, ui) {
             _this.player.popcorn.currentTime(ui.value);
+            _this.player.popcorn.trigger("IriSP.Mediafragment.setHashToTime");
         }
     });