lint compliance

This commit is contained in:
yflory
2018-07-11 15:28:34 +02:00
parent 9787f5304a
commit 8516587ece
6 changed files with 8 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ define([
if (hash) {
// Add a shared folder!
// XXX password?
Cryptpad.addSharedFolder(secret, function (obj) {
Cryptpad.addSharedFolder(secret, function () {
window.location.hash = "";
cb(null, secret);
});