equal
deleted
inserted
replaced
63 } |
63 } |
64 } |
64 } |
65 } |
65 } |
66 |
66 |
67 IriSP.Widgets.Mediafragment.prototype.setHashToAnnotation = function(_annotationId) { |
67 IriSP.Widgets.Mediafragment.prototype.setHashToAnnotation = function(_annotationId) { |
68 this.setHash( 'id', this.source.unNamespace(_annotationId) ); |
68 this.setHash( 'id', _annotationId ); |
69 } |
69 } |
70 |
70 |
71 IriSP.Widgets.Mediafragment.prototype.setHashToTime = function(_time) { |
71 IriSP.Widgets.Mediafragment.prototype.setHashToTime = function(_time) { |
72 if (_time !== NaN) { |
72 if (_time !== NaN) { |
73 this.setHash( 't', this.player.popcorn.currentTime() ); |
73 this.setHash( 't', this.player.popcorn.currentTime() ); |