bugfix
This commit is contained in:
parent
e476f7aa61
commit
b9dfd63515
@ -60,7 +60,7 @@ bricks.Video = class extends bricks.Layout {
|
|||||||
this.hidedbtn.dispatch('click');
|
this.hidedbtn.dispatch('click');
|
||||||
schedule_once(this.disable_captions.bind(this), 2);
|
schedule_once(this.disable_captions.bind(this), 2);
|
||||||
this.err_cnt = 0;
|
this.err_cnt = 0;
|
||||||
this.player.on('error',this.report_error。bind(this));
|
this.player.on('error',this.report_error.bind(this));
|
||||||
}
|
}
|
||||||
play(){
|
play(){
|
||||||
this.player.play();
|
this.player.play();
|
||||||
|
Loading…
Reference in New Issue
Block a user