mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Tidied _numericSort and added @author tag
This commit is contained in:
parent
c6391d958d
commit
ea3630e018
1 changed files with 3 additions and 1 deletions
|
@ -223,9 +223,11 @@ const SeqUtils = {
|
||||||
return a_ - b_;
|
return a_ - b_;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Comparison operation for sorting of numeric values.
|
* Comparison operation for sorting of numeric values.
|
||||||
*
|
*
|
||||||
|
* @author Chris van Marle
|
||||||
* @private
|
* @private
|
||||||
* @param {string} a
|
* @param {string} a
|
||||||
* @param {string} b
|
* @param {string} b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue