javascript-natural-sort icon indicating copy to clipboard operation
javascript-natural-sort copied to clipboard

localeCompare and equal chunks

Open raaad opened this issue 8 years ago • 0 comments

In 0.8.1 at line 45: return comp / Math.abs(comp);

always leaves function even if chunks are equal.

I think this would help, it does for me: if (comp) return comp / Math.abs(comp);

raaad avatar Jul 08 '16 11:07 raaad