Tidied _numericSort and added @author tag
This commit is contained in:
parent
c6391d958d
commit
ea3630e018
@ -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…
Reference in New Issue
Block a user