lint compliance
This commit is contained in:
parent
abc511a56e
commit
907e2cb517
@ -39,7 +39,7 @@ define([
|
|||||||
var getSecrets = function (Cryptpad) {
|
var getSecrets = function (Cryptpad) {
|
||||||
var proxy = Cryptpad.getProxy();
|
var proxy = Cryptpad.getProxy();
|
||||||
var hash = proxy.todo || Cryptpad.createRandomHash();
|
var hash = proxy.todo || Cryptpad.createRandomHash();
|
||||||
return Cryptpad.getSecrets('todo', hash)
|
return Cryptpad.getSecrets('todo', hash);
|
||||||
};
|
};
|
||||||
SFCommonO.start({
|
SFCommonO.start({
|
||||||
getSecrets: getSecrets,
|
getSecrets: getSecrets,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user