src/widgets/Mediafragment.js
branchnew-model
changeset 916 ec6849bbbdcc
parent 910 b9f1bd52df9a
child 957 4da0a5740b6c
child 1019 3ab36f402b0c
equal deleted inserted replaced
915:ba7aab923d08 916:ec6849bbbdcc
    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() );