Ver Fonte

fixed Std.string

Nicolas Cannasse há 19 anos atrás
pai
commit
bf06425e95
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      std/Std.hx

+ 1 - 1
std/Std.hx

@@ -61,7 +61,7 @@ class Std {
 		#if flash
 		flash.Boot.__string_rec(s,"");
 		#else neko
-		__dollar__string(s);
+		new String(__dollar__string(s));
 		#else js
 		js.Boot.__string_rec(s,"");
 		#else error