You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded it, and found that no matter how hard I tried, the option place: 'end' does not seem to work. The unsorted elements remain in their place.
Then I look in the source code and see that place is not mentioned anywhere in the tinysort.js code, other than in the documentation comments — and indeed, tinysort.js:47 says //todo check place option.
Is the place feature still alive?
Thanks again!
The text was updated successfully, but these errors were encountered:
You're right, I totally missed that. That's what you get for refactoring solely on unit-tests ('place' had no tests). I'll check and hopefully reimplement the functionality in the upcoming week.
Hi! Thanks for this script!
I downloaded it, and found that no matter how hard I tried, the option
place: 'end'
does not seem to work. The unsorted elements remain in their place.Then I look in the source code and see that
place
is not mentioned anywhere in thetinysort.js
code, other than in the documentation comments — and indeed,tinysort.js:47
says//todo check place option
.Is the
place
feature still alive?Thanks again!
The text was updated successfully, but these errors were encountered: