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