cms/app-client/app/components/transcript-component.js
changeset 249 e4204b1a579a
parent 248 256272c33349
child 255 ed05b89e3299
equal deleted inserted replaced
248:256272c33349 249:e4204b1a579a
    24     },
    24     },
    25 
    25 
    26     actions: {
    26     actions: {
    27 
    27 
    28         play: function(progress) {
    28         play: function(progress) {
    29             this.get('player').set('progress', progress);
    29             this.get('player').trigger('progressupdate', progress);
    30             this.get('player').set('playing', true);
    30             this.get('player').set('playing', true);
    31         }
    31         }
    32 
    32 
    33     }
    33     }
    34 
    34