lint compliance

This commit is contained in:
yflory 2019-12-18 11:37:17 +01:00
parent 400b39d46a
commit a5f88c505d
2 changed files with 1 additions and 3 deletions

View File

@ -1508,7 +1508,7 @@ define([
}));
}));
}).nThen(function () {
joinTeam(ctx, inviteContent.teamData, cId, cb)
joinTeam(ctx, inviteContent.teamData, cId, cb);
});
};

View File

@ -1081,7 +1081,6 @@ define([
var spinnerText;
var $spinner;
var inviteContent;
nThen(function (waitFor) {
$inviteDiv.append(h('div', [
h('i.fa.fa-spin.fa-spinner'),
@ -1117,7 +1116,6 @@ define([
});
}));
}).nThen(function (waitFor) {
});
};