Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
bbc4e49880
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/Std.hx

+ 1 - 1
std/Std.hx

@@ -133,7 +133,7 @@ class Std {
 	public static function chr( x : Int ) : String {
 		return untyped
 		#if flash
-		String.fromCharCode(x);
+		String["fromCharCode"](x);
 		#else neko
 		{
 			var s = __dollar__smake(1);