lint compliance

pull/1/head
yflory 5 years ago
parent 400b39d46a
commit a5f88c505d

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

@ -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) {
});
};

Loading…
Cancel
Save