Nicolas Cannasse 15 éve
szülő
commit
af4e96b69e
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      std/Type.hx

+ 1 - 0
std/Type.hx

@@ -520,6 +520,7 @@ class Type {
 		#if flash9
 			var a = describe(c,false);
 			a.remove("__construct__");
+			a.remove("prototype");
 			return a;
 		#elseif php
 			if(untyped c.__qname__ == 'String') return ['fromCharCode'];