bugfix
This commit is contained in:
parent
b0412d3259
commit
8eab450509
@ -37,7 +37,7 @@ bricks.WebSocket = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
on_error(e){
|
on_error(e){
|
||||||
this.dispatch('onerror');
|
this.dispatch('onerror');
|
||||||
console.log(error);
|
console.log(e);
|
||||||
}
|
}
|
||||||
on_message(e){
|
on_message(e){
|
||||||
var d = JSON.parse(e.data);
|
var d = JSON.parse(e.data);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user