From bac10472f367b46f7696e578f13f62fbc709f2c4 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 24 Oct 2017 14:32:47 +0200 Subject: [PATCH] lint compliance --- www/common/common-thumbnail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-thumbnail.js b/www/common/common-thumbnail.js index 9bd97e8aa..18e963a4e 100644 --- a/www/common/common-thumbnail.js +++ b/www/common/common-thumbnail.js @@ -149,7 +149,7 @@ define([ cb(void 0, blob); }); }); - }).catch(function (err) { + }).catch(function () { cb('ERROR'); }); });