src/js/modules/mediafragment.js
branchpopcorn-port
changeset 647 2984fbbcbe35
parent 587 cd051898866e
child 649 dc5109512123
--- a/src/js/modules/mediafragment.js	Tue Jan 17 14:48:10 2012 +0100
+++ b/src/js/modules/mediafragment.js	Tue Jan 17 14:48:37 2012 +0100
@@ -89,6 +89,7 @@
 
   if (typeof(annotation) !== "undefined") {
     this._Popcorn.currentTime(annotation.begin / 1000);
+    this._Popcorn.trigger("IriSP.Mediafragment.showAnnotation", annotationId);
   }
   
   window.setTimeout(function() { _this.mutex = false }, 50);