mirror of https://github.com/lukechilds/node.git
Browse Source
`a === a.sort()` is always true because Array#sort() does an in-place sort. Make a copy of the array first.v0.11.11-release
Ben Noordhuis
11 years ago
committed by
Fedor Indutny
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue