mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Lint improvements
This commit is contained in:
parent
a997ec0695
commit
72c79c684b
3 changed files with 285 additions and 283 deletions
|
@ -409,7 +409,7 @@ const Utils = {
|
|||
* Utils.strToCharcode("你好");
|
||||
*/
|
||||
strToCharcode: function(str) {
|
||||
const charcode = new Array();
|
||||
const charcode = [];
|
||||
|
||||
for (let i = 0; i < str.length; i++) {
|
||||
let ord = str.charCodeAt(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue