lint compliance

This commit is contained in:
ansuz
2019-11-08 11:54:07 -05:00
parent 10db91e006
commit 86bc0bcae7
4 changed files with 4 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ define([
proxy.on('disconnect', function () {
team.offline = true;
});
proxy.on('reconnect', function (info) {
proxy.on('reconnect', function (/* info */) {
team.offline = false;
});
};