Browse Source

Lua : remove "new" from Type.getClassFields

Justin Donaldson 9 năm trước cách đây
mục cha
commit
89be36828e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      std/lua/_std/Type.hx

+ 1 - 0
std/lua/_std/Type.hx

@@ -153,6 +153,7 @@ enum ValueType {
 		a.remove("__super__");
 		a.remove("__meta__");
 		a.remove("prototype");
+		a.remove("new");
 		return a;
 	}