src/js/modules/mediafragment.js
branchpopcorn-port
changeset 647 2984fbbcbe35
parent 587 cd051898866e
child 649 dc5109512123
equal deleted inserted replaced
646:2b8b2a94ee92 647:2984fbbcbe35
    87       }
    87       }
    88   }
    88   }
    89 
    89 
    90   if (typeof(annotation) !== "undefined") {
    90   if (typeof(annotation) !== "undefined") {
    91     this._Popcorn.currentTime(annotation.begin / 1000);
    91     this._Popcorn.currentTime(annotation.begin / 1000);
       
    92     this._Popcorn.trigger("IriSP.Mediafragment.showAnnotation", annotationId);
    92   }
    93   }
    93   
    94   
    94   window.setTimeout(function() { _this.mutex = false }, 50);
    95   window.setTimeout(function() { _this.mutex = false }, 50);
    95 };
    96 };