浏览代码

Lua : remove "new" from the list of hidden fields

Justin Donaldson 9 年之前
父节点
当前提交
3729949a5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/lua/Boot.hx

+ 1 - 1
std/lua/Boot.hx

@@ -32,7 +32,7 @@ class Boot {
 	static var _fid = 0;
 
 	public static var hiddenFields = [
-		"__id__", "hx__closures", "super", "new",
+		"__id__", "hx__closures", "super",
 		"prototype", "__fields__", "__ifields__", "__class__", "__properties__"
 	];