fix lint error key-spacing

master
Mészáros Mihály 2018-04-23 15:31:08 +02:00
parent ad131d0510
commit 8a8d9938e9
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ class Room extends EventEmitter
protooPeer.send(
'chat-history-receive',
{ chatHistory : this._chatHistory }
{ chatHistory: this._chatHistory }
);
break;