src/js/widgets/segmentsWidget.js
branchpopcorn-port
changeset 829 ae16691d183d
parent 827 1dc2f85c3b89
child 834 573c7ca752e0
equal deleted inserted replaced
828:bcf0c2bdcb8e 829:ae16691d183d
    48           
    48           
    49   var view_type = this._serializer.getChapitrage();
    49   var view_type = this._serializer.getChapitrage();
    50   if (typeof(view_type) === "undefined") {
    50   if (typeof(view_type) === "undefined") {
    51     view_type = this._serializer.getNonTweetIds()[0];  
    51     view_type = this._serializer.getNonTweetIds()[0];  
    52   }
    52   }
    53   this.positionMarker = this.selector.children(":first");
    53   this.positionMarker = this.selector.find(".Ldt-SegmentPositionMarker");
    54   
    54   
    55   this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.positionUpdater));
    55   this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.positionUpdater));
    56 
    56 
    57   
    57   
    58   var i = 0;
    58   var i = 0;