lint compliance
This commit is contained in:
parent
ef05ac440e
commit
fa8096fc76
@ -1630,7 +1630,7 @@ define([
|
|||||||
});
|
});
|
||||||
|
|
||||||
var linkName, linkPassword, linkMessage;
|
var linkName, linkPassword, linkMessage;
|
||||||
var linKError;
|
var linkError;
|
||||||
// Invite from link
|
// Invite from link
|
||||||
var linkContent = h('div.cp-share-modal', [
|
var linkContent = h('div.cp-share-modal', [
|
||||||
h('p', 'XXX Invite link description...'), // XXX
|
h('p', 'XXX Invite link description...'), // XXX
|
||||||
@ -1658,8 +1658,10 @@ define([
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
var bytes;
|
var bytes;
|
||||||
nThen(function (waitFor) {
|
NThen(function (waitFor) {
|
||||||
// Scrypt
|
// Scrypt
|
||||||
|
waitFor()(); // jshint
|
||||||
|
bytes = bytes;
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function (waitFor) {
|
||||||
module.execCommand('CREATE_INVITE_LINK', {
|
module.execCommand('CREATE_INVITE_LINK', {
|
||||||
name: name,
|
name: name,
|
||||||
|
|||||||
@ -1261,6 +1261,7 @@ define([
|
|||||||
|
|
||||||
var createInviteLink = function (ctx, data, cId, cb) {
|
var createInviteLink = function (ctx, data, cId, cb) {
|
||||||
var team = ctx.teams[data.teamId];
|
var team = ctx.teams[data.teamId];
|
||||||
|
team = team;
|
||||||
// var roster = team.roster;
|
// var roster = team.roster;
|
||||||
// var name = data.name;
|
// var name = data.name;
|
||||||
// var password = data.password;
|
// var password = data.password;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user