cosmetic fix

This commit is contained in:
Tamius Han 2020-03-09 21:29:00 +01:00
parent eee7d622b8
commit 5b417d3f47

View File

@ -119,7 +119,7 @@ class CommsClient {
announceZoom(scale){
this.port.postMessage({cmd: "announce-zoom", zoom: scale});
this.registerVideo()
this.registerVideo();
}