From 990471460c9517397104d9daf1c0995b6d9ac099 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 21 Jun 2018 16:51:28 +0200 Subject: [PATCH] lint compliance --- www/common/cryptpad-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 1193e7303..d76e6d58a 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -741,7 +741,7 @@ define([ } }), optsPut); })); - }).nThen(function (waitFor) { + }).nThen(function (/* waitFor */) { // Migration success // TODO: Replace user hash in login block }).nThen(function (waitFor) {