Browse Source

Lua : remove "new" from Type.getClassFields

Justin Donaldson 9 years ago
parent
commit
89be36828e
1 changed files with 1 additions and 0 deletions
  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;
 	}