bugfix
This commit is contained in:
parent
c8525a1ff6
commit
d3ad09dd1c
@ -87,7 +87,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
menu.bind('command', this.call_peer.bind(this));
|
menu.bind('command', this.call_peer.bind(this));
|
||||||
this.menu = menu;
|
this.menu = menu;
|
||||||
}
|
}
|
||||||
call_peer(event):
|
call_peer(event){
|
||||||
bricks.Body.remove(this.menu);
|
bricks.Body.remove(this.menu);
|
||||||
var peer_info = {
|
var peer_info = {
|
||||||
id:event.params.name,
|
id:event.params.name,
|
||||||
|
Loading…
Reference in New Issue
Block a user