fix lint error key-spacing

This commit is contained in:
Mészáros Mihály
2018-04-23 15:31:08 +02:00
parent ad131d0510
commit 8a8d9938e9
+1 -1
View File
@@ -254,7 +254,7 @@ class Room extends EventEmitter
protooPeer.send(
'chat-history-receive',
{ chatHistory : this._chatHistory }
{ chatHistory: this._chatHistory }
);
break;