Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not sort array of one element #14

Open
DBJDBJ opened this issue Apr 12, 2013 · 0 comments
Open

do not sort array of one element #14

DBJDBJ opened this issue Apr 12, 2013 · 0 comments

Comments

@DBJDBJ
Copy link

DBJDBJ commented Apr 12, 2013

eve.js line # 68

    indexed.sort( numsort ) ;

perhaps should be

  if ( indexed.length > 1) indexed.sort( numsort ) ;

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant