bugfix
This commit is contained in:
parent
f2a6dc4566
commit
c197dd0f71
@ -241,7 +241,7 @@ bricks.SttClient = class extends bricks.VBox {
|
||||
}
|
||||
set_result_text(event){
|
||||
var txt = event.params.text;
|
||||
this.ressult_text.set_text(txt);
|
||||
this.result_text.set_text(txt);
|
||||
}
|
||||
}
|
||||
bricks.Factory.register('AudioPlayer', bricks.AudioPlayer);
|
||||
|
Loading…
Reference in New Issue
Block a user