Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Update sleepsort.js #12344

Closed
wants to merge 1 commit into from
Closed

Update sleepsort.js #12344

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 27, 2014

Would it be more short and clear, if we change row 22:
sleepSort(Array.prototype.slice.call(system.args, 1), function() {
to
sleepSort(system.args.slice(1), function() {

Would it be more short and clear, if we change row 22:  
sleepSort(Array.prototype.slice.call(system.args, 1), function() {
to 
sleepSort(system.args.slice(1), function() {
@ghost
Copy link
Author

ghost commented Jun 27, 2014

There is a misprint in line 18. Missed length property.

@ghost ghost closed this Jun 27, 2014
@ghost ghost reopened this Jun 27, 2014
ariya pushed a commit that referenced this pull request Aug 20, 2014
@ariya
Copy link
Owner

ariya commented Aug 20, 2014

Merged, thanks!

@ariya ariya closed this Aug 20, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants