Merge branch 'numsort' of https://github.com/qistoph/CyberChef into qistoph-numsort

This commit is contained in:
n1474335 2017-10-13 09:33:09 +00:00
commit 0365f96678
2 changed files with 3 additions and 3 deletions

View file

@ -249,7 +249,7 @@ const SeqUtils = {
}
}
return 0;
return a.localeCompare(b);
},
};