2
0
Nicolas Cannasse 19 жил өмнө
parent
commit
bf06425e95
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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