From 006560996f141e0ca97d3eb6cec642ad0813bb2d Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 8 Sep 2020 16:18:32 +0200 Subject: [PATCH] lint compliance --- www/common/proxy-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/proxy-manager.js b/www/common/proxy-manager.js index 7c181be10..88f4a052b 100644 --- a/www/common/proxy-manager.js +++ b/www/common/proxy-manager.js @@ -1247,7 +1247,7 @@ define([ Env.pinPads = pin; Env.unpinPads = unpin; }; - var removePin = function (pin, unpin) { + var removePin = function () { delete Env.pinPads; delete Env.unpinPads; };