Skip to content

Commit 4bc367f

Browse files
committed
Fix localeCompare
1 parent ba08c0f commit 4bc367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/String.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ exports.length = function (s) {
8787
return s.length;
8888
};
8989

90-
exports.localeCompare = function (lt) {
90+
exports["_localeCompare"] = function (lt) {
9191
return function (eq) {
9292
return function (gt) {
9393
return function (s1) {

0 commit comments

Comments
 (0)