Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
quazardous committed Jan 10, 2017
1 parent de58951 commit c1d53b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/readify.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ const readdir = promisify(fs.readdir, fs);
/* sorting on Win and node v0.8.0 */
const sortFiles = sort((a, b) => {
// use accent friendly function
<<<<<<< HEAD
// http://www.jstips.co/en/sorting-strings-with-accented-characters/
=======
>>>>>>> 1b9e64ced76f2f6048d860cf7fd9e39132cea1e3
return a.name.localeCompare(b.name);
});

Expand Down

0 comments on commit c1d53b2

Please sign in to comment.