lint compliance

This commit is contained in:
ansuz
2017-10-02 18:58:18 +02:00
parent 94c392b79f
commit 6c7b135f91
3 changed files with 2 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ define([], function () {
sFrameChan.on('EV_CONTACTS_JOIN', function (err, data) {
if (err || data.error) { return void console.error(err || data.error); }
_handlers.join.forEach(function (f) {
f(data.curvePublic, data.channel)
f(data.curvePublic, data.channel);
});
});
sFrameChan.on('EV_CONTACTS_LEAVE', function (err, data) {