src/js/widgets/segmentsWidget.js
branchpopcorn-port
changeset 108 62da43e72e30
parent 104 d571e9020092
child 121 607f481ef4c3
equal deleted inserted replaced
107:2edab45f0e90 108:62da43e72e30
    53 };
    53 };
    54 
    54 
    55 IriSP.SegmentsWidget.prototype.clickHandler = function(annotation) {
    55 IriSP.SegmentsWidget.prototype.clickHandler = function(annotation) {
    56   var begin = Math.round((+ annotation.begin) / 1000);
    56   var begin = Math.round((+ annotation.begin) / 1000);
    57   this._Popcorn.currentTime(begin)
    57   this._Popcorn.currentTime(begin)
    58 }
    58 };