Skip to content

Commit ec0aade

Browse files
hansonrhansonr
authored andcommitted
fixing Character.toTitleCase,
[Long,Integer,Short,Byte].toString(n,radix)
1 parent 20fba4d commit ec0aade

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
8 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180816074823
1+
20180816081255
8 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180816074823
1+
20180816081255

sources/net.sf.j2s.java.core/srcjs/js/j2sClazz.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4796,7 +4796,7 @@ return(""+c).toLowerCase().charAt(0);
47964796
}, 1);
47974797
m$(C$,"toTitleCase$C",
47984798
function(c){
4799-
return Character.toUpperCase(c);
4799+
return Character.toUpperCase$C(c);
48004800
}, 1);
48014801
m$(C$,"toUpperCase$C",
48024802
function(c){

0 commit comments

Comments
 (0)