소스 검색

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__"
 	];