浏览代码

fixed Std.string

Nicolas Cannasse 19 年之前
父节点
当前提交
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