eve.js line # 68 ``` indexed.sort( numsort ) ; ``` perhaps should be ``` if ( indexed.length > 1) indexed.sort( numsort ) ; ``` Thanks