Skip to content
Snippets Groups Projects
Commit c58f9698 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix JS Hint

parent 3d5c9272
No related branches found
No related tags found
No related merge requests found
...@@ -59,9 +59,9 @@ angular.module('cesium.crypto.services', ['cesium.utils.services']) ...@@ -59,9 +59,9 @@ angular.module('cesium.crypto.services', ['cesium.utils.services'])
r: 16, r: 16,
p: 1, p: 1,
memory: -1 // default memory: -1 // default
} },
// removeIf(no-device) // removeIf(no-device)
,SECURE: { SECURE: {
N: 16384, N: 16384,
r: 32, r: 32,
p: 2, p: 2,
...@@ -80,7 +80,6 @@ angular.module('cesium.crypto.services', ['cesium.utils.services']) ...@@ -80,7 +80,6 @@ angular.module('cesium.crypto.services', ['cesium.utils.services'])
memory: 536870912 memory: 536870912
} }
// endRemoveIf(no-device) // endRemoveIf(no-device)
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment