DBJDBJ opened this issue 12 years ago · 0 comments
eve.js line # 68
indexed.sort( numsort ) ;
perhaps should be
if ( indexed.length > 1) indexed.sort( numsort ) ;
Thanks