equal
deleted
inserted
replaced
196 c.onStart(); |
196 c.onStart(); |
197 } |
197 } |
198 |
198 |
199 } |
199 } |
200 |
200 |
|
201 /* this signal sends as an extra argument the position in the video. |
|
202 As far as I know, this argument is not provided by popcorn */ |
201 this.trigger("seeked", event.offset); |
203 this.trigger("seeked", event.offset); |
202 }; |
204 }; |
203 |
205 |
204 IriSP.PopcornReplacement.player.prototype.__playHandler = function(event) { |
206 IriSP.PopcornReplacement.player.prototype.__playHandler = function(event) { |
205 this.media.paused = false; |
207 this.media.paused = false; |