From c58f96988c2a47e53f27296d3bf7e46d20f3b9db Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 11 Dec 2018 17:36:27 +0100 Subject: [PATCH] fix JS Hint --- www/js/services/crypto-services.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/js/services/crypto-services.js b/www/js/services/crypto-services.js index 12f97b17..036742d5 100644 --- a/www/js/services/crypto-services.js +++ b/www/js/services/crypto-services.js @@ -59,9 +59,9 @@ angular.module('cesium.crypto.services', ['cesium.utils.services']) r: 16, p: 1, memory: -1 // default - } + }, // removeIf(no-device) - ,SECURE: { + SECURE: { N: 16384, r: 32, p: 2, @@ -80,7 +80,6 @@ angular.module('cesium.crypto.services', ['cesium.utils.services']) memory: 536870912 } // endRemoveIf(no-device) - } }; -- GitLab