Skip to content

Commit

Permalink
jshint my best friend :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashpie committed Feb 6, 2016
1 parent 758caa1 commit 687794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function guessLocales(directory) {
if (prefix && !entries[i].match(prefixRegex)) continue;
if (extension && !entries[i].match(extensionRegex)) continue;
localesFound.push(entries[i].replace(prefix, '').replace(extensionRegex, ''));
};
}

return localesFound.sort();
}
Expand Down

0 comments on commit 687794d

Please sign in to comment.