lint compliance

This commit is contained in:
yflory
2019-12-12 18:16:42 +01:00
parent ef05ac440e
commit fa8096fc76
2 changed files with 5 additions and 2 deletions

View File

@@ -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,