From b9dfd635159ff4f09ceffaa365b99fb52803ada2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 15 Mar 2024 20:15:23 +0800 Subject: [PATCH] bugfix --- bricks/video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/video.js b/bricks/video.js index e401aee..4d9074b 100755 --- a/bricks/video.js +++ b/bricks/video.js @@ -60,7 +60,7 @@ bricks.Video = class extends bricks.Layout { this.hidedbtn.dispatch('click'); schedule_once(this.disable_captions.bind(this), 2); this.err_cnt = 0; - this.player.on('error',this.report_error。bind(this)); + this.player.on('error',this.report_error.bind(this)); } play(){ this.player.play();