From b1da0eeca2d30801dab045c9d4de4b0fe7aebe87 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 9 Mar 2025 12:25:44 +0800 Subject: [PATCH] bugfix --- bricks/webspeech.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bricks/webspeech.js b/bricks/webspeech.js index e66a63e..bb687a5 100644 --- a/bricks/webspeech.js +++ b/bricks/webspeech.js @@ -1,6 +1,6 @@ var bricks = window.bricks || {}; -bricks.WebTTS = class extends VBox { +bricks.WebTTS = class extends bricks.VBox { constructor(opts){ super(opts); } @@ -31,7 +31,7 @@ bricks.WebTTS = class extends VBox { } } -bricks.WebASR = class extends VBox { +bricks.WebASR = class extends bricks.VBox { constructor(opts){ super(opts); this.reognition = None;